1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{% extends "base.html" %} {% load wl_markdown %} {% block title %}Impressum (Legal note) {{ block.super }}{% endblock %} {% block content_header %} <h1>Legal notice</h1> {% endblock %} {% block content_main %} <div class="blogEntry"> <h2>Thanks</h2> <p>Thanks for your inquiry. An Email has been send to several recipients. We will answer as quickly as possible.</p> </div> {% endblock %} |