6 lines
239 B
HTML
6 lines
239 B
HTML
<div class="row">
|
|
{{ range . }}
|
|
<div class="col-sm-3 text-center">{{ .Itemtext }}<br/><a class="btn btn-primary" href="javascript:playSound('{{ .Itemcommand }}', '{{ .Itemsoundname }}')" role="button">Play!</a></div>
|
|
{{ end }}
|
|
</div>
|