Publishing fixes #4
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