WIP: Implement application process

This commit is contained in:
Björn Fromme
2023-10-10 17:17:30 +02:00
parent 3a458df94f
commit 6910ab6134
34 changed files with 937 additions and 119 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 %}