- {{#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}} -
- - {{! Title of the (sub)section }} - - - {{referenceNumber}} - {{header}} - - - - {{#if description}} -
- {{{description}}} -
- {{/if}} - - {{#if colors}} -
    - {{#kssColors colors}} -
  • -
    -
    -

    {{color.name}}

    -

    {{color.hex}}

    -

    rgb({{color.rgb.r}}, {{color.rgb.g}}, {{color.rgb.b}})

    -

    hsl({{color.hsl.h}}, {{color.hsl.s}}, {{color.hsl.l}})

    -

    {{{color.desc}}}

    -
    -
  • - {{/kssColors}} -
- {{/if}} - - {{#if icons}} -
    - {{#kssIcons icons}} -
  • -
    {{icon.character}}
    -
    -

    {{icon.name}}: {{icon.character}}

    -

    {{{icon.desc}}}

    -
    -
  • - {{/kssIcons}} -
- {{/if}} - - {{! Documentation of possible parameters for the (sub) section }} - {{#if parameters}} -
- - - {{#eachParameter}} - - - - - {{/eachParameter}} - -
{{name}} - {{{description}}} - {{#if defaultValue}} -
Default: {{defaultValue}}
- {{/if}} -
-
- {{/if}} - - {{! Code samples for the (sub) section }} - {{#if example}} -
- Example{{#if modifiers}}s{{/if}} - - {{#if modifiers}} -
Default styling
- {{/if}} -
{{{example}}}
- - {{#eachModifier}} -
- {{name}}{{{description}}} -
-
{{{markup}}}
- {{/eachModifier}} -
- {{#if markup}} -
{{markup}}
- {{/if}} - {{/if}} - - {{#if sourceFile.name}} -
- Source: {{sourceFile.name}}, line {{sourceFile.line}} -
- {{/if}} - -
- {{/each}} - {{/if}} -