add published template

This commit is contained in:
Hugh Rundle 2023-01-30 16:57:35 +11:00
parent 5a4876b43d
commit 145145467f

12
templates/published.spy Normal file
View file

@ -0,0 +1,12 @@
<< partials/head >>
<body>
<section>
<< partials/header >>
<main>
<h2> {{ title }}</h2>
<p>Hooray 🎉</p>
</main>
</section>
<footer></footer>
</body>
</html>