12 lines
243 B
HTML
Raw Normal View History

2020-05-19 22:59:37 -04:00
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
<nav>{% include nav.html %}</nav>
<div class="wrapper">
<main>{{ content }}</main>
<footer>{% include footer.html %}</footer>
</div>
</body>
</html>