1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-05-17 08:58:05 -05:00

14 lines
283 B
HTML

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