{% include 'sidebar.html' %}
{% include 'macros/_flashes.html' %}
Menu {# When extended, the content block contains all the html of the webpage #} {% block content %} {% endblock %}
{# Implement CSRF protection for site #} {% if csrf_token()|safe %}
{% endif %}
{% block script %} {% endblock %}