1
0
mirror of https://github.com/creyD/asiimov.git synced 2026-06-12 00:52:23 +02:00

Added Imprint Placeholder

This commit is contained in:
2020-01-14 00:40:09 +01:00
parent 29a9d3d518
commit d99c65c856

View File

@@ -0,0 +1,10 @@
{% extends 'master.html' %}
{% block content %}
<h1>Imprint</h1>
<!-- TODO: Write paragraph -->
<h2>GDPR</h2>
<!-- TODO: Write paragraph -->
<h2>Cookies</h2>
<!-- TODO: Write paragraph -->
{% endblock %}