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

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