{% extends "materialize/base.html.j2" %} {% from '_variables.html.j2' import colors %} {% block html_attribs %} lang="en"{% endblock html_attribs %} {% block head %} {{ super() }} {% endblock head %} {% block metas %} {{ super() }} {% endblock metas %} {% block title %}{% if request.path != url_for('main.index') and title is defined %}{{title}} | {% endif %}nopaque{% endblock title %} {% block styles %} {{ super() }} {% if current_user.is_authenticated %} {% endif %} {% endblock styles %} {% block navbar %}
{% if current_user.is_authenticated %} {% endif %}
{% endblock navbar %} {% block sidenav %} {% endblock sidenav %} {% block content %}
{% block page_content %}{% endblock page_content %}
{% endblock content %} {% block scripts %} {{ super() }} {% endblock scripts %}