<html>

<head>
    <title>{% block title %}{% endblock %}</title>
</head>

<body>
{% block content %}{% endblock %}
</body>

</html>