Ashes-of-Amethyst-site/_includes/base.liquid

21 lines
250 B
Plaintext
Raw Normal View History

2024-01-17 16:19:53 +00:00
---
birds:
- robin
- finch
- sparrow
---
{% include header.liquid %}
<div id="flex">
<!-- Sidebar Content -->
{% include sidebar.liquid %}
<!-- End Sidebar -->
<main>
{{ content }}
</main>
</div> <!-- Flex -->
{% include footer.liquid %}