2
0
2017-05-28 15:34:07 -04:00

17 lines
161 B
HTML

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