From 6ea4235635c296991bbae3689d0b7dd735b17480 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 26 Aug 2016 14:13:37 +0300 Subject: pebble WIP --- juick-www/src/main/resources/layouts/content.html | 29 +++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 juick-www/src/main/resources/layouts/content.html (limited to 'juick-www/src/main/resources/layouts/content.html') diff --git a/juick-www/src/main/resources/layouts/content.html b/juick-www/src/main/resources/layouts/content.html new file mode 100644 index 00000000..4cc1e2bf --- /dev/null +++ b/juick-www/src/main/resources/layouts/content.html @@ -0,0 +1,29 @@ + + + + + + + + {% block headers %} + {{ headers | raw }} + {% endblock %} + {{ title }} + + + + + +{% include "views/partial/navigation.html" %} +
+ {% block content %} + {% endblock %} +
+ + + \ No newline at end of file -- cgit v1.2.3