9 lines
256 B
HTML
9 lines
256 B
HTML
{{template "header.html" .S}}
|
|
|
|
<h4>Add News:</h4>
|
|
<form method="POST" action="/news/edit">
|
|
<textarea class="field span10" name="text" rows="3"></textarea> <br />
|
|
<button type="submit" class="btn">Add</button>
|
|
</form>
|
|
|
|
{{template "footer.html" .S}}
|