mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-22 09:09:09 +00:00
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>
|