15 lines
471 B
HTML
15 lines
471 B
HTML
{{define "body"}}
|
|
<h2 class="form-add-heading">List</h2>
|
|
{{template "flashes" .}}
|
|
|
|
<form class="form-add" action="/" method="post" role="form" class="container col-form">
|
|
<div class="row">
|
|
<div class="col-xs-10"></div><div class="col-xs-2">
|
|
<input class="btn btn-lg btn-primary btn-block" type="submit" value="Export" />
|
|
</div>
|
|
</div>
|
|
</form>
|
|
|
|
<textarea class="form-control" name="template" placeholder="Template" rows="3" cols="80">{{.template}}</textarea>
|
|
|
|
{{end}} |