{%- extends "!page.html" %} {{ super() }} {%- block extrahead %} {# `mode` is injected via `html_context` in `conf.py` #} {# You can override it with `-A` at build time #} {%- if mode == "production" %} {%- endif %} {%- endblock %} {%- block body_after %} {%- include "feedback.html" %} {%- endblock %}