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