{% import "macros.jinja" as macros %} {% if title %} nopaque – {{ title }} {% else %} nopaque {% endif %}
{%- macro insert_page_content() -%} {% block page_content %}{% endblock %} {%- endmacro -%} {% if parallax %}
{{ insert_page_content() }}
{% else %}
{% if not full_width %}
{% endif %}

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

{{ insert_page_content() }}
{% if not full_width %}
{% endif %} {% endif %}
{% if current_user.is_authenticated %} {% endif %}