{% if title %}
nopaque – {{ title }}
{% else %}
nopaque
{% endif %}
opacity
nopaque
menu
notifications
{% if current_user.is_authenticated %} {{ current_user.username }}
account_circle
{% else %}
account_circle
{% endif %}
Notifications
{% if current_user.is_authenticated %}
settings
Settings
power_settings_new
Log out
{% else %}
person
Log in
person_add
Register
{% endif %}
opacity
nopaque
linear_scale
Workflow
dashboard
Dashboard
book
Corpora
work
Jobs
Processes and Services
burst_mode
File setup
find_in_page
OCR
format_textdirection_l_to_r
NLP
search
Corpus analysis
DHd 2020
image
Poster
Account
{% if current_user.is_authenticated %}
settings
Settings
power_settings_new
Log out
{% else %}
person
Log in
person_add
Register
{% endif %} {% if current_user.is_administrator() %}
Administration
build
Administration tools
{% 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 %}