matrix.org/templates/section.html
HarHarLinks 45ce29432d fix type extea -> extra
Signed-off-by: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com>
2024-08-29 16:00:57 +02:00

15 lines
391 B
HTML

{% extends "skel.html" %}
{% block html_title %}Matrix.org - {{ section.title }}{% endblock html_title %}
{% block head_extra %}
{% block scripts %}{% endblock scripts %}
{% endblock head_extra %}
{% block content %}
<div class="content">
<header>
<h1>{{ section.title }}</h1>
</header>
<div>
{{ section.content | safe }}
</div>
</div>
{% endblock content %}