{% if builder == "singlehtml" and not unofficial %} {% block body %} {{ body }} {% endblock %} {% else %} {% extends "!layout.html" %} {% if unofficial %} {% block document %} {{super()}} unofficial version {% endblock %} {% endif %} {% endif %}