{{#if homepage}}
{{{homepage}}}
{{else}} {{! Display each section, in order. The "root" element comes first in this loop, and can be detected using the "#if @first" block as seen below. }} {{#each sections}} <{{#if @first}}div{{else}}section{{/if}} id="kssref-{{referenceURI}}" class="kss-section kss-section--depth-{{depth}}">
{{referenceNumber}} {{#if @root.hasNumericReferences}} #permalink {{else}} #{{reference}} {{/if}} {{header}} {{#if parameters}}
    {{#each parameters}}
  • {{name}}
    {{{description}}}
  • {{/each}}
{{/if}} {{#if description}}
{{{description}}}
{{/if}}
{{#if markup}}
Example{{#if modifiers}}s{{/if}}
{{#if modifiers}}
Default styling
{{/if}}
{{{markup}}}
{{#each modifiers}}
{{name}}
{{{description}}}
{{{markup ../this modifier_class=className}}}
{{/each}}
{{markup}}
{{/if}} {{/each}} {{/if}}