aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/resources/templates/layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src/main/resources/templates/layouts/default.html')
-rw-r--r--juick-www/src/main/resources/templates/layouts/default.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/juick-www/src/main/resources/templates/layouts/default.html b/juick-www/src/main/resources/templates/layouts/default.html
deleted file mode 100644
index 343885c4..00000000
--- a/juick-www/src/main/resources/templates/layouts/default.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{% extends "layouts/content" %}
-{% block body %}
-{% include "views/partial/navigation" %}
-<div id="wrapper">
- <section id="content"
- {% if msg | default('') is not empty %}data-mid="{{ msg.mid }}"{% endif %}>
- {% block content %}
- {% endblock %}
- </section>
- <aside id="column">
- {% block column %}
- {% endblock %}
- </aside>
-</div>
-{% include "views/partial/footer" %}
-{% endblock %} \ No newline at end of file