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