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

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