10 lines
162 B
HTML
10 lines
162 B
HTML
{{template "header.html" .S}}
|
|
|
|
<dl class="dl-horizontal">
|
|
{{range .News}}
|
|
<dt>{{.Date}}</dt>
|
|
<dd>{{.Text}}</dd>
|
|
{{end}}
|
|
</dl>
|
|
|
|
{{template "footer.html"}}
|