2023-01-04 11:17:41 +11:00
|
|
|
<< partials/head >>
|
|
|
|
<body class="{{ disabled }}">
|
2023-03-12 15:02:39 +11:00
|
|
|
<menu class="home-menu">
|
|
|
|
<a class="home-button" href="/new">{{ writeNew }}</a><br/>
|
|
|
|
<a class="home-button" href="/edit">Edit previous</a><br/>
|
|
|
|
<a class="home-button" href="/settings">Settings</a><br/>
|
|
|
|
<a class="home-button" href="/help">Help</a>
|
|
|
|
</menu>
|
2023-01-04 11:17:41 +11:00
|
|
|
</body>
|
|
|
|
</html>
|