{# Fusion built-in UI components (Tera 2). Use: {{}} Docs: include styles via {% include "fusion/components.css" %} or extend fusion/base.html #} {% component fusion.button(label: string, href: string = "", variant: string = "primary", type: string = "button") %} {%- if href -%} {{ label }} {%- else -%} {{ label }} {%- endif -%} {% endcomponent fusion.button %} {% component fusion.link(label: string, href: string = "#", variant: string = "default") %} {{ label }} {% endcomponent fusion.link %} {% component fusion.card(title: string = "", content: string = "") %}