{% extends "base.html" %} {% load url from future %} {% block content %}

{{ message }}

{% if link %} Continue »{% endif %}
{% endblock %}