1 2 3 4 5 6 7 8
{%extends "base/page.html"%} {%block title%}{{title}}{%endblock%} {%block contents%} <h1>{{title}}</h1> <p> {{message}} </p> {%endblock%}