Quite some work done here.

This commit is contained in:
Frank
2026-01-03 22:12:51 +01:00
parent b58da74967
commit 654b4036b4
28 changed files with 657 additions and 40 deletions
+1 -1
View File
@@ -5,5 +5,5 @@
{% block body %}
<h1>{{ 'home.h1'|trans({'%site%': ('site.name'|trans)}) }}</h1>
<p>{{ 'home.description'|trans }}</p>
<p><a href="{{ path('game_hub') }}">{{ 'link.enter_game'|trans }}</a></p>
<p><a href="{{ path('game') }}">{{ 'link.enter_game'|trans }}</a></p>
{% endblock %}