diff options
author | Vitaly Takmazov | 2016-09-15 00:13:35 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-09-15 00:13:35 +0300 |
commit | 4db3d0d9c7625b6d1b521158e7b9e900c667f286 (patch) | |
tree | eb374abaeb62e2fdf3bbd7d0d6fa38463e631e5f /juick-www/src/main/resources/views/help.html | |
parent | 5a14a313d6bc70f821e1bd513d025109a5c15906 (diff) |
rendering help using pebble
Diffstat (limited to 'juick-www/src/main/resources/views/help.html')
-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 |