1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-03-11 14:58:02 -05:00

15 lines
308 B
HTML

{{ define "main" }}
<h1>
{{ partial "icon.html" "files" }}
{{ .Title | markdownify }}
</h1>
<div class="series-taxonomy">
<ul>
{{ range .Pages }}
<li>{{ .Render "summary/series" }}</li>
{{ end }}
</ul>
</div>
{{ end }}