soyuz-web/templates/index.spy
2023-01-04 11:17:41 +11:00

18 lines
612 B
Plaintext

<< partials/head >>
<body class="{{ disabled }}">
<< partials/header >>
<section class="textarea">
<form method="post">
<textarea name="textarea" autofocus class="{{ disabled }}" {{ disabled }}>{{ message }}</textarea>
<section class="post-buttons">
<input class="action-button" type="submit" name="save" value="Save" formaction="/save"> |
<input class="action-button" type="submit" name="publish" value="Publish" formaction="/publish">
</section>
</form>
</section>
<footer>
</footer>
</body>
</html>