8 lines
364 B
HTML
8 lines
364 B
HTML
|
{{template "header.html" . }}
|
||
|
<div class="rowblock">
|
||
|
{{range .ItemList}}<div class="rowitem">
|
||
|
<a href="/forum/{{.ID}}">{{.Name}}</a>
|
||
|
<a href="/topic/{{.LastTopicID}}" style="font-weight: normal;text-transform: none;float: right;">{{.LastTopic}} <small style="font-size: 12px;">{{.LastTopicTime}}</small></a>
|
||
|
</div>{{end}}
|
||
|
</div>
|
||
|
{{template "footer.html" . }}
|