Welcome to mirror list, hosted at ThFree Co, Russian Federation.

collection.html « gallery « partials « layouts - github.com/chipsenkbeil/grid-side.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 83d4bcea2129795590e74a6f6d89c01b1c52a0bd (plain)
1
2
3
4
5
6
7

<div class="masonry-flex-container infinite-scroll">
    {{ range .Paginator.Pages }}
        {{ partial "gallery/item.html" . }}
    {{ end }}
</div>