This commit is contained in:
Aevann1 2022-01-14 01:39:39 +02:00
parent fbe6c3dd26
commit 1700c4717d
45 changed files with 167 additions and 161 deletions

View file

@ -1,7 +1,7 @@
{% extends "default.html" %}
{% block title %}
<title>{{'SITE_NAME' | app_config}}</title>
<title>{{SITE_NAME}}</title>
{% endblock %}