Docs improvements, allow setting more stuff outside of articles

This commit is contained in:
daudix
2024-09-08 23:50:20 +03:00
parent f244a2b57e
commit a84165fe3b
10 changed files with 134 additions and 70 deletions

View File

@ -1,5 +1,8 @@
{% extends "base.html" %}
{% block content %}
<h1>{{ section.title }}</h1>
{%- include "partials/statements.html" -%}
{%- include "partials/toc.html" -%}
{{ section.content | safe }}
{% endblock content %}