This repository has been archived on 2022-01-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2017-01-22 12:42:57 +01:00
|
|
|
<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>
|