feat: templates
This commit is contained in:
parent
7045e377fb
commit
8cddba74b5
8 changed files with 91 additions and 42 deletions
9
templates/imprint.html
Normal file
9
templates/imprint.html
Normal 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 %}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue