{% include 'sidebar.html' %}
{% include 'macros/_flashes.html' %}
{# 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 %}