{% extends "base.html" %} {% block title %}{{ title }}{% endblock %} {% block body %} {% include "menu.html" %} {{ body }} {% endblock %}