aboutsummaryrefslogtreecommitdiff
path: root/views/instant_search_results.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/instant_search_results.html')
-rw-r--r--views/instant_search_results.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/views/instant_search_results.html b/views/instant_search_results.html
new file mode 100644
index 0000000..e05c17a
--- /dev/null
+++ b/views/instant_search_results.html
@@ -0,0 +1,9 @@
1{{ define "instant_search_results" }}
2{{ range .results }}
3<li class="collection-item avatar hoverable">
4 <img src="{{ .ImagePath true }}" alt="" class="circle">
5 <span class="title">{{ .RomajiName }}</span>
6 <p>{{ .KanjiName }}</p>
7</li>
8{{ end }}
9{{ end }} \ No newline at end of file