15 lines
228 B
Plaintext
15 lines
228 B
Plaintext
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>{{title}}</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>{{title}}</h1>
|
||
|
|
||
|
{% block %}{% endblock %}
|
||
|
|
||
|
<footer> {% block footer %}{% endblock %} </footer>
|
||
|
</body>
|
||
|
</html>
|