diff options
Diffstat (limited to 'views/includes')
-rw-r--r-- | views/includes/card_gril.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/views/includes/card_gril.html b/views/includes/card_gril.html new file mode 100644 index 0000000..337c9a9 --- /dev/null +++ b/views/includes/card_gril.html | |||
@@ -0,0 +1,11 @@ | |||
1 | {{ define "card_gril" }} | ||
2 | <div class="card white"> | ||
3 | <div class="center-align"> | ||
4 | <div class="circle gril-img" style="background-image: url(/{{ .ImagePath false }})"> </div> | ||
5 | </div> | ||
6 | <div class="card-content black-text"> | ||
7 | <span class="card-title">{{ .RomajiName }} <small>{{ .KanjiName }}</small></span> | ||
8 | </div> | ||
9 | <div class="card-action"><a href="/gril/{{ .Slug }}">anguckieren</a></div> | ||
10 | </div> | ||
11 | {{ end }} \ No newline at end of file | ||