squirrel/layouts/partials/components/button.html

7 lines
166 B
HTML
Raw Normal View History

<a id="{{ .id }}" class='button {{ .type | default "filled" }}' href="{{ .url }}">
{{ with .icon }}
<i class="icon-{{ . }}"></i>
{{ end }}
{{ .text }}
</a>