mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
6 lines
288 B
HTML
6 lines
288 B
HTML
<!-- Boutton -->
|
|
{{ with .Get "align" }}<center>{{end}}
|
|
<button class="btn {{with .Get "theme"}}btn-{{.}}{{else}}btn-primary{{end}}" type="button" {{ with .Get "href" }} onclick="location.href='{{.}}'"{{end}} >{{.Inner}}</button>
|
|
{{ with .Get "align" }}</center>{{end}}
|
|
|
|
<!-- Boutton --> |