{% extends 'base.html' %} {% block content %}
{% if error %}

{{ error }}

{% endif %}
{{ rendered_html|safe }}
{% endblock %}