site-2015/templates/template.html
2015-07-09 17:37:26 -04:00

9 lines
104 B
HTML

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