diff options
author | jan <jan@ruken.pw> | 2015-12-29 00:56:42 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2015-12-29 00:56:42 (UTC) |
commit | f92f312cd3ebfacd2302b852e9097796ffa813af (patch) | |
tree | ab21488bf0cbcfd83dcc606ade5f07d6849af894 /views | |
parent | e90f77d8cc4cc29a2d16b8b2257642befee45e77 (diff) |
bilder anzeigen (testweise)
Diffstat (limited to 'views')
-rw-r--r-- | views/gril.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/gril.html b/views/gril.html index c7ecbdc..7983aa1 100644 --- a/views/gril.html +++ b/views/gril.html | |||
@@ -11,6 +11,9 @@ | |||
11 | {{ template "navbar" . }} | 11 | {{ template "navbar" . }} |
12 | <div class="container"> | 12 | <div class="container"> |
13 | <h1>{{ $gril.RomajiName }}<small>{{ $gril.KanjiName }}</small></h1> | 13 | <h1>{{ $gril.RomajiName }}<small>{{ $gril.KanjiName }}</small></h1> |
14 | <div class="row"> | ||
15 | <img class="center-align" src="{{ .imagePath }}" /> | ||
16 | </div> | ||
14 | {{ range $tag := $gril.Tags }} | 17 | {{ range $tag := $gril.Tags }} |
15 | <div class="chip"> | 18 | <div class="chip"> |
16 | {{ $tag }} | 19 | {{ $tag }} |