From 4f0b804d18c440d697823484ae7f94671346dea6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 25 Jul 2017 20:37:41 +0100 Subject: [PATCH] Add content class --- source/_layouts/default.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig index 997733593..1796eb35f 100644 --- a/source/_layouts/default.html.twig +++ b/source/_layouts/default.html.twig @@ -29,7 +29,7 @@
-
+
{% block content_top %}{% endblock %} {% block content_wrapper %}{% block content %}{% endblock %}{% endblock %} {% block content_bottom %}{% endblock %}