hy/site/templates/base.html
2013-03-09 22:54:29 -05:00

11 lines
167 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{% block title %}{% endblock %}</title>
</head>
<body>
{% block content %}
{% endblock %}
</body>
</html>