{extends file="index.tpl"} {block 'content'}
{foreach $ksses as $name => $listKss}
{$name}
    {foreach $listKss->getTopLevelSections() as $topLevelSection}
  • {$topLevelSection->getTitle()}
  • {/foreach}
{/foreach}
{if $section}

{$section->getTitle()}

{foreach $kss->getSectionChildren($reference) as $block}

{$block->getTitle()} {$block->getFilename()}

{$block->getDescription()|nl2br}

{if count($block->getModifiers()) > 0}
    {foreach $block->getModifiers() as $modifier}
  • {$modifier->getName()} {if $modifier->isExtender()} @extend {$modifier->getExtendedClass()} {/if} {if $modifier->getDescription()} - {$modifier->getDescription()} {/if}
  • {/foreach}
{/if} {if count($block->getParameters()) > 0}
    {foreach $block->getParameters() as $parameter}
  • {$parameter->getName()} {if $parameter->getDescription()} - {$parameter->getDescription()} {/if}
  • {/foreach}
{/if} {if $block->getCompatibility()}

{$block->getCompatibility()|nl2br}

{/if}
{if $block->hasMarkup()}
{$block->getMarkupNormal() nofilter}
{foreach $block->getModifiers() as $modifier}
{$modifier->getName()} {$modifier->getExampleHtml() nofilter}
{/foreach}
{$block->getMarkupNormal('{class}')}
{/if}
{/foreach} {/if}
{/block}