14 lines
198 B
HTML
Raw Normal View History

2022-08-13 17:14:12 -06:00
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<main>
{% include header.html %}
{{content}}
{% include footer.html %}
</main>
</body>
</html>