aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/views/help.html
blob: 169ccb3f542004809bd7a19cda60b38b535e478f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{% extends "layouts/default" %}
{% block content %}
<article>
    {{ content | raw }}
</article>
{% endblock %}

{% block "column" %}
<div class="toolbar">
{{ navigation | raw }}
</div>
{% endblock %}