add published template
This commit is contained in:
parent
5a4876b43d
commit
145145467f
12
templates/published.spy
Normal file
12
templates/published.spy
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<< partials/head >>
|
||||||
|
<body>
|
||||||
|
<section>
|
||||||
|
<< partials/header >>
|
||||||
|
<main>
|
||||||
|
<h2> {{ title }}</h2>
|
||||||
|
<p>Hooray 🎉</p>
|
||||||
|
</main>
|
||||||
|
</section>
|
||||||
|
<footer></footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue