Adrianux.net/templates/imprint.html

10 lines
324 B
HTML
Raw Permalink Normal View History

2024-11-15 07:26:13 +00:00
{% 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 %}