aboutsummaryrefslogtreecommitdiff
path: root/juick-server/src/main/resources/templates/layouts/minimal.html
diff options
context:
space:
mode:
Diffstat (limited to 'juick-server/src/main/resources/templates/layouts/minimal.html')
-rw-r--r--juick-server/src/main/resources/templates/layouts/minimal.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/juick-server/src/main/resources/templates/layouts/minimal.html b/juick-server/src/main/resources/templates/layouts/minimal.html
new file mode 100644
index 00000000..15924521
--- /dev/null
+++ b/juick-server/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