{# Reusable button component #} {# Usage: {% include 'components/button.html' with context %} #} {# Required: button_text, button_url #} {# Optional: button_style (default: 'primary') #} {% set style = button_style | default('primary') %}