1
0
Fork 0
owenryan.us/source/_layouts/main.html

12 lines
195 B
HTML

---
# Base layout with header, footer, and content is in a main tag
layout: base
---
{% include header.html %}
<main class="flex-shrink-0">
{{ content }}
</main>
{% include footer.html %}