8 lines
121 B
HTML
8 lines
121 B
HTML
<ul class="post-list">
|
|
{{ range .CurrentSection.RegularPages }}
|
|
|
|
{{ partial "post_row.html" . }}
|
|
|
|
{{ end }}
|
|
</ul>
|
|
|