{% if title %}
Opaque – {{ title }}
{% else %}
Opaque
{% endif %}
{% include 'header.html.j2' %}
{% block page_content %} {% endblock %}
{% include 'footer.html.j2' %}