posts.html 157 B

1234567
  1. {{ range .Pages }}
  2. {{ if .IsNode }}
  3. {{ partial "posts.html" . }}
  4. {{ else }}
  5. {{ partial "cards/post.html" . }}
  6. {{ end }}
  7. {{ end }}