diff --git a/src/core/templates/static_pages/imprint.html b/src/core/templates/static_pages/imprint.html index e69de29..8352c4c 100644 --- a/src/core/templates/static_pages/imprint.html +++ b/src/core/templates/static_pages/imprint.html @@ -0,0 +1,10 @@ +{% extends 'master.html' %} + +{% block content %} +

Imprint

+ +

GDPR

+ +

Cookies

+ +{% endblock %}