papercss/docs/layouts/shortcodes/button.html
2017-12-28 12:09:53 +06:00

3 lines
86 B
HTML

<button {{- with .Get 0 }} class='btn-{{- . -}}' {{- end -}}>
{{ .Inner }}
</button>