aboutsummaryrefslogtreecommitdiff
path: root/views/instant_search_results.html
blob: e05c17a6ac8abd67c791c78defe8ab3b87fe9c7c (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 }}