This repository has been archived on 2025-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
trantor/templates/edit_news.html
Las Zenow 5f612a36ad Simple news implementation
Is missing some proper design and to show up the news on the front page.
2013-07-17 01:08:44 +02:00

9 lines
225 B
HTML

{{template "header.html" .S}}
<h4>Add News:</h4>
<form method="POST" action="/news/edit">
<textarea name="text" rows="3"></textarea>
<button type="submit" class="btn">Add</button>
</form>
{{template "footer.html"}}