1 2 3 4 5
{% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %} <h1>{{ this.title }}</h1> {% endblock %}