diff --git a/templates/html.html.twig b/templates/html.html.twig
index 438fd23..3cee8ac 100644
--- a/templates/html.html.twig
+++ b/templates/html.html.twig
@@ -40,6 +40,7 @@
     <js-placeholder token="{{ placeholder_token}}">
         <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
   </head>
+  <body{{ attributes }}>
     <a href="#main-content" class="visually-hidden focusable skip-link">
       {{ 'Skip to main content'|t }}
     </a>
@@ -47,4 +48,5 @@
     {{ page }}
     {{ page_bottom }}
     <js-bottom-placeholder token="{{ placeholder_token }}">
+  </body>
 </html>
