1 2 3 4 5 6
{{ define "main" }} {{ range where .Pages "Params.category" "meme"}} <article class="list"> </article> {{ end }} {{ end }}