{% import "macros.jinja" as macros %} nopaque {% if title and request.path != url_for('main.index') %} – {{ title }} {% endif %} {% if current_user.is_authenticated %} {% endif %}
{%- macro insert_page_content() -%} {% block page_content %}{% endblock %} {%- endmacro -%} {% if parallax %}
{{ insert_page_content() }}
{% else %}
{% if not full_width %}
{% endif %}

{% if headline %} {{ headline }} {% elif title %} {{ title }} {% else %} Unnamed page {% endif %}

{{ insert_page_content() }}
{% if not full_width %}
{% endif %} {% endif %}