{% include "partials/sidebar.html" %}
{% include "partials/navbar.html" %}
{% include "partials/flash_messages.html" %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}