feat: templates

This commit is contained in:
ahoemann 2024-11-15 08:26:13 +01:00
parent 7045e377fb
commit 8cddba74b5
8 changed files with 91 additions and 42 deletions

9
templates/imprint.html Normal file
View file

@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block title %}Imprint{% endblock %}
{% block head %}
{{ super() }}
{% endblock %}
{% block content %}
<p>This is a website for personal use and is not subject to German Digital Services Act §5. If you have any inquiries feel free to contact the author of this site.</p>
{% endblock %}