{% include 'navbar.html' %} {% if current_user["authenticated"] %}
{% include 'sidebar.html' %}
{% include 'breadcrumbs.html' %} {% block content %}{% endblock %}
{% else %} {% include 'login.html' %} {% include 'footer.html' %} {% endif %}