{% import "macros/materialize.html.j2" as M %} {% if title == '' %} {% set title = None %} {% endif %} {% if headline is not defined %} {% set headline = title %} {% endif %} {% if main_class is not defined %} {% set main_class = 'grey lighten-5' %} {% endif %} {% set corpus_analysis_color = '#aa9cc9' %} {% set corpus_analysis_color_darken = '#6b3f89' %} {% set corpus_analysis_color_lighten = '#ebe8f6' %} {% set file_setup_color = '#d5dc95' %} {% set file_setup_color_darken = '#a1b300' %} {% set file_setup_color_lighten = '#f2f3e1' %} {% set nlp_color = '#98acd2' %} {% set nlp_color_darken = '#0064a3' %} {% set nlp_color_lighten = '#e5e8f5' %} {% set ocr_color = '#a9d8c8' %} {% set ocr_color_darken = '#00a58b' %} {% set ocr_color_lighten = '#e7f4f1' %} nopaque {% if 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 %}

{{ headline }}

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