{% extends "base.html" %} {% block title %}Hello!{% endblock %} {% block content %}

Howdy!

Another page
{% include "todo-form.html" %} {% endblock %}