soyuz-web/templates/published.spy
2023-03-12 15:02:39 +11:00

18 lines
458 B
Plaintext

<< partials/head >>
<body>
<section>
<header>
<a class="action-button" href="/">Home</a> |
<a class="action-button" href="/edit">Edit</a> |
<a class="action-button" href="/settings">Settings</a> |
<a class="action-button" href="/help">Help</a>
</header>
<main>
<h2> {{ title }}</h2>
<p>Hooray 🎉</p>
</main>
</section>
<footer></footer>
</body>
</html>