diff --git a/themes/bootstrap3/twig/layout.twig b/themes/bootstrap3/twig/layout.twig index 895d194..70a06c9 100644 --- a/themes/bootstrap3/twig/layout.twig +++ b/themes/bootstrap3/twig/layout.twig @@ -4,28 +4,28 @@ {% block title %}Welcome!{% endblock %} - - - - + + + + {% block body %}{% endblock %} {% block javascripts %} - - - - - - - - - - + + + + + + + + + + {% endblock %} diff --git a/themes/default/twig/layout.twig b/themes/default/twig/layout.twig index c1b5cd2..c26d259 100644 --- a/themes/default/twig/layout.twig +++ b/themes/default/twig/layout.twig @@ -3,28 +3,28 @@ {{ title }}{% if title %} - {% endif %}{% block title %}Welcome!{% endblock %} - - - + + + {% block body %}{% endblock %} {% block javascripts %} - - - - - - - - - - - + + + + + + + + + + + {% endblock %}