diff --git a/source/_layouts/base.html.twig b/source/_layouts/base.html.twig deleted file mode 100644 index 0dc8ca39..00000000 --- a/source/_layouts/base.html.twig +++ /dev/null @@ -1,21 +0,0 @@ -{% extends 'app' %} - -{% block body %} - {% include 'layout/navbar' %} - -
-
- {% block page_title_wrapper %} -

- {% block page_title %}{{ page.title }}{% endblock %} -

- {% endblock %} - - {% block content_wrapper %} - {% block content %}{% endblock %} - {% endblock %} -
- - {% include 'layout/footer' %} -
-{% endblock %} diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig index 9c11d90b..0dc8ca39 100644 --- a/source/_layouts/default.html.twig +++ b/source/_layouts/default.html.twig @@ -1 +1,21 @@ -{% extends 'base' %} +{% extends 'app' %} + +{% block body %} + {% include 'layout/navbar' %} + +
+
+ {% block page_title_wrapper %} +

+ {% block page_title %}{{ page.title }}{% endblock %} +

+ {% endblock %} + + {% block content_wrapper %} + {% block content %}{% endblock %} + {% endblock %} +
+ + {% include 'layout/footer' %} +
+{% endblock %}