aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/resources/templates/layouts/minimal.html
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-08-24 14:48:50 +0300
committerGravatar Vitaly Takmazov2018-08-24 14:48:50 +0300
commit93c8d1a052753584a4f55118f6753a952a3089a9 (patch)
treeab39253d68a4fa33a428058a309dfaf71c3266b9 /juick-www/src/main/resources/templates/layouts/minimal.html
parent4fab4e8df0defce8338b48eda0349a15724d1d4e (diff)
drop www files
Diffstat (limited to 'juick-www/src/main/resources/templates/layouts/minimal.html')
-rw-r--r--juick-www/src/main/resources/templates/layouts/minimal.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/juick-www/src/main/resources/templates/layouts/minimal.html b/juick-www/src/main/resources/templates/layouts/minimal.html
deleted file mode 100644
index 15924521..00000000
--- a/juick-www/src/main/resources/templates/layouts/minimal.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% 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