aboutsummaryrefslogtreecommitdiff
path: root/views/includes/card_gril.html
blob: 1cd45fa01d50467464ff2e453ea2378346df8c46 (plain)
1
2
3
4
5
6
7
8
9
10
11
{{ define "card_gril" }}
<div class="card white">
    <div class="center-align" style="padding-top: 8px">
        <img class="circle responsive-img" src="/{{ .ImagePath false }}" />
    </div>
    <div class="card-content black-text">
        <span class="card-title">{{ .RomajiName }} <small class="grey-text">{{ .KanjiName }}</small></span>
    </div>
    <div class="card-action"><a href="/gril/{{ .Slug }}">anguckieren</a></div>
</div>
{{ end }}