Docs improvements, allow setting more stuff outside of articles
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user