{% extends "webpage/base.html" %} {% load staticfiles %} {% load webpage_extras %} {% block title %} Imprint {% endblock %} {% block content %}
{{ imprint_body|safe }}
{% endblock %}