{% if title %}
Opaque – {{ title }}
{% else %}
Opaque
{% endif %}
Notifications
{% if current_user.is_authenticated %}
person
Profile
chevron_left
Log out
{% else %}
chevron_right
Log in
chevron_right
Register
{% endif %}
Settings
{% if title %}{{ title }}{% else %}Opaque{% endif %}
menu
notifications
account_circle
settings
Opaque
{% block page_content %} {% endblock %}