BUGFIX: syntax error

This commit is contained in:
Jeroen De Meerleer 2022-06-16 14:59:43 +02:00
parent e80488668f
commit a9907523d4
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ "title" | trans } :: {% block title %}{% endblock %}</title>
<title>{{ "title" | trans }} :: {% block title %}{% endblock %}</title>
{% block styles %}{% endblock %}