You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
isso/docs/_isso/page.html

17 lines
344 B

{%- extends "layout.html" %}
{% block header %}
<header>
<h1>{{- title -}}</h1>
</header>
{% endblock %}
{% block body %}
<div class="sidebar">
{% if pagename.startswith("docs/") %}
{% include "sidebar-docs.html" %}
{% endif %}
</div>
<div class="docs">
{{ body }}
</div>
{% endblock %}