mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-05 00:15:59 -06:00
15 lines
318 B
HTML
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 "author-summary" }}</li>
|
||
|
{{ end }}
|
||
|
</ul>
|
||
|
</div>
|
||
|
{{ end }}
|