1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00
2018-09-23 00:14:25 +02:00

12 lines
207 B
HTML

{{ define "title"}} {{ .Title}} {{end}}
{{ define "main" }}
<ul id="posts">
{{ range .Paginator.Pages.ByWeight }}
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
{{ end }}
</ul>
{{ end }}