{% extends "template.html" %}
{% block head %}
{% endblock %}
{% block content %}
{% if simple_contents %}
{# Per-reason fragment supplied by route_end after locating a
templates/end/.html file. The fragment is the full
body of the end page; the researcher writes just the
content and inherits the BOFS chrome (title bar, footer,
styles) from template.html -- same DX as the /simple/ route. #}
{{ simple_contents | safe }}
{% else %}
Thanks for participating!
{% if code and (code != '0') %}