{% extends "layout.html" %} {% block heading %} Second page {% endblock %} {% block body %} Hello {{name}}! Go to the front page {% endblock %}