Implemented draft for contacts

This commit is contained in:
2025-01-08 17:09:45 +01:00
parent 8f96346a6b
commit 59eebbeb92
7 changed files with 502 additions and 60 deletions

View File

@@ -20,7 +20,9 @@
<img src="{{company.logo}}" alt="logo"/>
<h1>{{company.titel}}</h1>
<h2>{{company.subtitel}}</h2>
{% include "navigation.html.j2" %}
</header>
{% block content %}{% endblock %}