{% extends "layout.html" %} {% block title %}Test{% endblok %} {% block toptext %} This is a testing page. {% endblock %} {% block body %} {{user}} {% endblock %}