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

10 lines
166 B
HTML

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