{% extends "base.html" %} {% block content %}

Please sign:

{{page|safe}}{% comment %} It is ok to use a safe here. We load the .md file from disk. {% endcomment %}
{{ form.as_ul }} {% csrf_token %}
{% endblock %}