1
<html>
2
<head>
3
<title>
4
{% block title %}
5
{% endblock %}
6
</title>
7
</head>
8
<body>
9
{% block content %}
10
11
</body>
12
</html>