diff options
Diffstat (limited to 'juick-www/src/main/resources/views')
-rw-r--r-- | juick-www/src/main/resources/views/help.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/juick-www/src/main/resources/views/help.html b/juick-www/src/main/resources/views/help.html new file mode 100644 index 00000000..3d9960d1 --- /dev/null +++ b/juick-www/src/main/resources/views/help.html @@ -0,0 +1,10 @@ +{% extends "layouts/content.html" %} +{% block content %} +<article> + {{ content | raw }} +</article> +{% endblock %} + +{% block "column" %} +{{ navigation | raw }} +{% endblock %}
\ No newline at end of file |