{% extends "base.html" %} {% block title %} {{ title }} {% endblock %} {% block content %} {% include 'menu.html' %} {% include 'flash.html' %}
{% endblock %}