hy/site/templates/base.html

11 lines
167 B
HTML
Raw Normal View History

2013-03-10 04:54:29 +01:00
<!DOCTYPE html>
<html>
<head>
<title>{% block title %}{% endblock %}</title>
</head>
<body>
{% block content %}
{% endblock %}
</body>
</html>