1 {% extends "theme.html" %}
2 {% block body %}
3 <h1>{{ msg }}</h1>
4 <p>{{ info }}<p>
5 {% endblock %}