From adaf1617bbf6fa336dcd3ace100c6fd153b5acc0 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 30 Jun 2021 08:00:00 +0100 Subject: [PATCH] Add skip to main content link --- source/_layouts/default.html.twig | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig index 54c52ce1..22610005 100644 --- a/source/_layouts/default.html.twig +++ b/source/_layouts/default.html.twig @@ -1,9 +1,14 @@ {% extends 'app' %} {% block body %} + Skip to main content + {% include 'navbar' %} - {% block content_wrapper %} - {% block content %}{% endblock %} - {% endblock %} + +
+ {% block content_wrapper %} + {% block content %}{% endblock %} + {% endblock %} +
{% endblock %}