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