mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-04 07:55:59 -06:00
14 lines
283 B
HTML
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>
|