kenken999's picture
test
cf75111
raw
history blame
253 Bytes
<!DOCTYPE html>
<html>
<head>
<title>{% block title %}{% endblock %}</title>
</head>
<body>
<header>
<h1>{% block header %}{% endblock %}</h1>
</header>
<main>
{% block content %}{% endblock %}
</main>
</body>
</html>