{# footer override — earthen cream-on-moss footer with a botanical fern rule. Layouts columns|minimal|centered, menu columns/legal/social from the footer_menus provider, and the {% signup_form %} core are preserved verbatim from the builtin; only classes/style/fonts/copy reskinned. #} {% set fl = layout %} {% if not fl %}{% if template == "centered" %}{% set fl = "centered" %}{% else %}{% set fl = "columns" %}{% endif %}{% endif %} {% set fbg = backgroundColor|default:"bg-primary text-primary-foreground" %} {% macro sociallinks(cls) %}{% if social_items %}
{% for s in social_items %}{{ s.label }}{% if s.icon %}::{{ s.icon }}::{% else %}{{ s.label }}{% endif %}{% endfor %}
{% endif %}{% endmacro %} {% macro newsletter() %}{% if showNewsletter %}

{{ newsletterTitle|default:"Stay rooted with us" }}

{% if newsletterDescription %}

{{ newsletterDescription }}

{% endif %}
{% signup_form list=newsletterListSlug|default:"main" source="footer" submit=newsletterButtonText|default:"Subscribe" %}
{% endif %}{% endmacro %} {% macro legalbar() %}

{% if copyright %}© {{ copyright }}{% else %}© {{ companyName }}{% endif %}

{% if legal_items %}{% endif %}
{% endmacro %}