{{html overview}}
{{else}}
{{!
Find each section, in order.
If there's no markup or modifiers supplied, use a Markdown-only
layout instead.
The "root" element comes first in this loop, and can be detected using
the "#whenDepth 1" block as seen below.
}}
{{#eachSection rootNumber}}
{{#whenDepth 1}}
{{ reference }}.0 - {{ header }}
{{else}}{{ reference }} - {{ header }}
{{/whenDepth}}
{{html description}}
{{#if markup}}
{{markup}}
{{/if}}
{{#ifAny markup modifiers}}
-
Default styling without modifier classes.
{{modifierMarkup}}
{{#eachModifier}}
-
{{name}}
{{html description}}
{{modifierMarkup}}
{{/eachModifier}}
{{else}}
{{#if description}}
{{html description}}
{{/if}}
{{/ifAny}}
{{#whenDepth 1}} {{else}}
Default styling without modifier classes.