aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/resources
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-09-15 00:13:35 +0300
committerGravatar Vitaly Takmazov2016-09-15 00:13:35 +0300
commit4db3d0d9c7625b6d1b521158e7b9e900c667f286 (patch)
treeeb374abaeb62e2fdf3bbd7d0d6fa38463e631e5f /juick-www/src/main/resources
parent5a14a313d6bc70f821e1bd513d025109a5c15906 (diff)
rendering help using pebble
Diffstat (limited to 'juick-www/src/main/resources')
m---------juick-www/src/main/resources/help0
-rw-r--r--juick-www/src/main/resources/views/help.html10
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