Files
toha/layouts/partials/posts.html
T
2020-04-20 01:59:01 +06:00

8 lines
158 B
HTML

{{ range .Pages }}
{{ if .IsNode }}
{{ partial "posts.html" . }}
{{ else }}
{{ partial "cards/post.html" . }}
{{ end }}
{{ end }}