summaryrefslogtreecommitdiff
path: root/web/templates/partials/item_list.html
blob: f12a34a95ede65f5edcf1bf6a34fc0b5ed92f899 (plain)
1
2
3
4
5
6
7
{{ define "partials/item_list.html.tmpl" }}
<div class="items">
  {{ range .Items }}
    {{ template "partials/item.html" .}}
  {{ end }}
</div>
{{ end }}