Skip to main content
Basic Usage
{% link_button
    url="https://example.com"
    title="Visit Example"
/%}

Attributes

url
String
required
The URL to link to
title
String
required
Text displayed on the button
new_tab
Boolean
default:"false"
Whether to open the link in a new tab
variant
String
default:"default"
Button style variantAllowed values:
  • default
  • primary
  • destructive
  • secondary
  • ghost
  • link