diff --git a/themes/default/index.twig b/themes/default/index.twig index 37f8f16..1b9f2ce 100644 --- a/themes/default/index.twig +++ b/themes/default/index.twig @@ -1,51 +1,67 @@ - + - {% if meta.title %}{{ meta.title }} | {% endif %}{{ site_title }} - {% if meta.description %} - - {% endif %}{% if meta.robots %} - - {% endif %} + {% block documentHeader %} + {% block title %}{% if meta.title %}{{ meta.title }} | {% endif %}{{ site_title }}{% endblock %} + {% if meta.description %} + + {% endif %}{% if meta.robots %} + + {% endif %} + {% endblock %} - - + {% block stylesheets %} + + + {% endblock %} - + {% block javascript %} + + {% endblock %} - + {% block pageHeader %} + + {% endblock %} -
-
- {{ content }} -
-
+ {% block pageContent %} +
+
+ {% block content content %} +
+
+ {% endblock %} - + {% block pageFooter %} + + {% endblock %}