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

14 lines
269 B
HTML

<div class="page-list">
{{ with . }}
<ul>
{{ range . }}
<li>{{ .Render "summary/post" }}</li>
{{ end }}
</ul>
{{ else }}
<div>
{{ i18n "no_posts" }}
</div>
{{ end }}
</div>