diff options
Diffstat (limited to 'juick-www/src/main/resources')
m--------- | juick-www/src/main/resources/help | 0 | ||||
-rw-r--r-- | juick-www/src/main/resources/views/help.html | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/juick-www/src/main/resources/help b/juick-www/src/main/resources/help new file mode 160000 +Subproject 491a2f167939a81fc6da354c67a1efdb7d60845 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 |