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

14 lines
202 B
Plaintext
Raw Permalink Normal View History

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