Files
2025-04-10 18:04:31 -03:00

19 lines
366 B
HTML

---
theme:
type: 'string'
default: 'primary'
content:
type: 'string'
url:
type: 'string'
class:
type: 'string'
default: ''
attributes:
type: 'string'
default: ''
---
{%- assign attributes = url | prepend: 'href="' | append: '" ' | append: attributes -%}
{%- render 'bootstrap/buttons/base.html', type: 'a', theme:, content:, class:, attributes: -%}