1---
2import Layout from "../layouts/Layout.astro";
3---
4
5<Layout title="Art" description="my cool and amazing artwork">
6 <aside class="content">
7 i might actually post artwork very soon but for now have this <a href="../reftek/cheesecake">reference sheet</a>
8 on one of my ocs
9 </aside>
10</Layout>