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

{% block "column" %}
{{ navigation | raw }}
{% endblock %}