{%- for asset in injectHead | take("type", "css") %} {%- endfor %} {%- for asset in injectHead | take("type", "js") %} {%- endfor %} {% container "head" %} {% container "body:begin" %}
{%- include "partials/header.html" -%}
{%- block sidenav %} {%- endblock %} {%- for asset in injectBody | take("type", "css") %} {%- endfor -%}

{{ doc.attributes.title }}

{% if showAside %}
{%- block aside %} {%- endblock %} {% if doc.outline | length %}
{{ $t('outline.in-this-article') }}
{% endif %}
{% endif %}
{%- block content %} {%- endblock %}
{%- include "partials/spritesheet.html" -%} {% container "body:end" %} {%- for asset in injectBody | take("type", "js") %} {%- endfor %}