yamatemat/templates/base.html

11 lines
200 B
HTML
Raw Normal View History

2015-01-02 23:12:52 +01:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2015-01-03 00:24:57 +01:00
<title>{{ heading }}</title>
2015-01-02 23:12:52 +01:00
</head>
<body>
{% block content %}{% endblock %}
</body>
</html>