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