soyuz-web/templates/published.spy

18 lines
458 B
Plaintext
Raw Permalink Normal View History

2023-01-30 16:57:35 +11:00
<< 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>
2023-01-30 16:57:35 +11:00
<main>
<h2> {{ title }}</h2>
<p>Hooray 🎉</p>
</main>
</section>
<footer></footer>
</body>
</html>