2015-05-23 17:48:01 +07:00

14 lines
171 B
HTML

<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
{% include "header.html" %}
{%block content%}
{%endblock%}
{% include "footer.html"%}
</body>
</html>