diff options
Diffstat (limited to 'juick-www/src/main/resources/templates/layouts/minimal.html')
-rw-r--r-- | juick-www/src/main/resources/templates/layouts/minimal.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/juick-www/src/main/resources/templates/layouts/minimal.html b/juick-www/src/main/resources/templates/layouts/minimal.html new file mode 100644 index 00000000..15924521 --- /dev/null +++ b/juick-www/src/main/resources/templates/layouts/minimal.html @@ -0,0 +1,10 @@ +{% extends "layouts/content" %} +{% block body %} +<div id="wrapper"> + <section id="minimal_content"> + {% block content %} + {% endblock %} + </section> +</div> +{% include "views/partial/footer" %} +{% endblock %}
\ No newline at end of file |