{% extends "html/base.html" %} {# This is just used for doctesting template.py. #} {% block title %}Confirm{% endblock %} {% block body %}
{{ message }}

Yes or No?
{% endblock %}