1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-04-24 00:34:01 -05:00

15 lines
318 B
HTML

{{ define "main" }}
<h1>
{{ partial "icon.html" "user-circle" }}
{{ .Title | markdownify }}
</h1>
<div class="page-list">
<ul>
{{ range .Paginator.Pages }}
<li>{{ .Render "summary/author" }}</li>
{{ end }}
</ul>
</div>
{{ end }}