diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index 43a8f92768cf72d98e32a3569b4cdb5724de9aa5..8cbe4f4e048ae8d283fa3a494fcd0eebace4d9cf 100644 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -9,6 +9,8 @@ <!-- Bootstrap --> <link href="{{ asset('/css/bootstrap.css') }}" rel="stylesheet" media="screen"> +{% block head %}{% endblock %} + </head> <body>