mirror of https://github.com/jpanther/congo.git
9 lines
292 B
HTML
9 lines
292 B
HTML
<button
|
|
class="px-4 py-1 !text-white !no-underline rounded-md bg-primary-600 hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700"
|
|
{{ with .Get "href" }}href="{{ . }}"{{ end }}
|
|
{{ with .Get "target" }}target="{{ . }}"{{ end }}
|
|
role="button"
|
|
>
|
|
{{ .Inner }}
|
|
</button>
|