From 4db3d0d9c7625b6d1b521158e7b9e900c667f286 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 15 Sep 2016 00:13:35 +0300 Subject: rendering help using pebble --- juick-www/src/main/resources/views/help.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 juick-www/src/main/resources/views/help.html (limited to 'juick-www/src/main/resources/views/help.html') 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 %} +
+ {{ content | raw }} +
+{% endblock %} + +{% block "column" %} +{{ navigation | raw }} +{% endblock %} \ No newline at end of file -- cgit v1.2.3