diff options
author | Vitaly Takmazov | 2018-12-06 03:51:11 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-12-06 03:51:11 +0300 |
commit | e0e9ad7ee705a0b145ec97e85d10492f5af36134 (patch) | |
tree | 963686425d9091f361be7f47160056a40444afac /src/main/resources/templates/layouts | |
parent | 2b0133c4ee9a5b9855c3a773b8082a3c52f44c25 (diff) |
Tabs with active tab
Diffstat (limited to 'src/main/resources/templates/layouts')
-rw-r--r-- | src/main/resources/templates/layouts/minimal.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main/resources/templates/layouts/minimal.html b/src/main/resources/templates/layouts/minimal.html deleted file mode 100644 index 15924521..00000000 --- a/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 |