soyuz-web/templates/published.spy

13 lines
202 B
Plaintext

<< partials/head >>
<body>
<section>
<< partials/header >>
<main>
<h2> {{ title }}</h2>
<p>Hooray 🎉</p>
</main>
</section>
<footer></footer>
</body>
</html>