diff --git a/templates/base.html.twig b/templates/base.html.twig index 574e7b5..0319d8d 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -3,7 +3,7 @@ - {{ "title" | trans } :: {% block title %}{% endblock %} + {{ "title" | trans }} :: {% block title %}{% endblock %} {% block styles %}{% endblock %}