{% import "utils/macros.html.j2" as Macros %} {% import "utils/materialize.html.j2" as M %} {% if title is not defined %} {% set title = None %} {% endif %} {% if headline is not defined %} {% set headline = title %} {% endif %} {% if parallax is not defined %} {% set parallax = False %} {% endif %} {% if main_class is not defined %} {% set main_class = 'grey lighten-5' %} {% endif %} {% set primary_color = '#00426f' %} {% set secondary_color = '#b1b3b4' %} {% 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' %} {%- macro insert_content() -%} {% block page_content %}{% endblock %} {%- endmacro -%}