---json
{
"templating": {
"extends": "templates/layouts/base.html"
},
"script": {
"custom": [
"resources/scripts/toc.js"
]
}
}
---
[% template title %]
[[ page:transform($context?doc?fragment, map { "mode": "title" }, $context?doc?odd || ".odd")/string() ]]
[% endtemplate %]
[% template breadcrumb %]
[% if exists($context?doc) %]
[% endif %]
[% endtemplate %]
[% template before %]
[% if $context?features?toc?enabled and exists($context?doc)%]
Contents
[% if ($context?view-static or $context?defaults?view-static) and $context?defaults?data-static %]
Loading
[% else %]
Loading
[% endif %]
[% endif %]
[% if $context?features?toc-odd?enabled and exists($context?doc) %]
[% endif %]
[% endtemplate %]
[% block above-content %][% endblock %]
[% block content %][% endblock %]
[% block below-content %][% endblock %]
[% if exists($context?doc) %]
[% endif %]