papercss/docs/layouts/shortcodes/button.html

3 lines
86 B
HTML
Raw Normal View History

2017-11-25 09:25:43 +01:00
<button {{- with .Get 0 }} class='btn-{{- . -}}' {{- end -}}>
{{ .Inner }}
</button>