yamatemat/templates/base.html

11 lines
200 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{{ heading }}</title>
</head>
<body>
{% block content %}{% endblock %}
</body>
</html>