aboutsummaryrefslogtreecommitdiff
path: root/views/instant_search_results.html
blob: 73eda26c32e3ef3b7c7ab8ce97e560066a4c8288 (plain)
1
2
3
4
5
6
7
8
{{ define "instant_search_results" }}
{{ range .results }}
<li class="collection-item avatar hoverable">
	<img src="/{{ .ImagePath }}" alt="" class="circle">
	<span class="title">{{ .Name }}</span>
</li>
{{ end }}
{{ end }}