WIP: Implement stuff

This commit is contained in:
Björn Fromme
2023-10-03 18:05:12 +02:00
parent 25a016a02b
commit dec8feedf2
10 changed files with 53 additions and 10 deletions
+9
View File
@@ -0,0 +1,9 @@
{% extends 'teamer/layout.html.twig' %}
{% block title %}Kontakt{% endblock %}
{% block content %}
<h1 class="text-2xl font-bold pb-8">
Kontakt
</h1>
{% endblock %}