{% load static %} {% block title %}ShiftFlow MES{% endblock %} {% if user.is_authenticated %} {% include 'components/_navbar.html' %} {% endif %}
{% block content %}{% endblock %}
{% if user.is_authenticated %} {% include 'components/_footer.html' %} {% endif %}