{% macro page_header(eyebrow, title, description) -%} {{ eyebrow }} {{ title }} {{ description }} {% if caller is defined %}{{ caller() }}{% endif %} {%- endmacro %} {% macro panel(title, description='', badge='') -%} {{ title }} {% if description %}{{ description }}{% endif %} {% if badge %}{{ badge }}{% endif %} {{ caller() }} {%- endmacro %} {% macro choice_card(name, value, title, description, meta='', checked=false, emoji='') -%} {% if emoji %}{{ emoji }}{% endif %} {{ title }} {{ description }} {% if meta %}{{ meta }}{% endif %} {%- endmacro %} {% macro select_field(id, label, description='') -%}
{{ eyebrow }}
{{ description }}