2019-10-20 00:07:22 +02:00
|
|
|
{{define "body"}}
|
|
|
|
<section id="info-box" class="hidden">
|
|
|
|
<div id="bg-box">
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<section id="exhibition">
|
|
|
|
{{range .Pics}}
|
2019-10-20 23:28:37 +02:00
|
|
|
<div class="thumb-box">
|
|
|
|
<img alt="{{.Name}}" src="/inc/thumbs/t_{{.Name}}.jpg" data-img="{{.Name}}" class="thumb" />
|
|
|
|
</div>
|
2019-10-20 00:07:22 +02:00
|
|
|
{{end}}
|
|
|
|
</section>
|
|
|
|
{{end}}
|