{% comment %} Unfortunataly gift cards are not supported yet via the Storefront API {% endcomment %} {% comment %} Based on: https://github.com/Shopify/dawn/blob/v7.0.1/templates/gift_card.liquid {% endcomment %} {% layout none %}
{%- if settings.favicon != blank -%} {%- endif -%} {%- unless settings.type_header_font.system? -%} {%- endunless -%} {%- assign formatted_initial_value = gift_card.initial_value | money_without_trailing_zeros | strip_html -%}{% if settings.currency_code_enabled %} {{ gift_card.initial_value | money_with_currency }} {% else %} {{ gift_card.initial_value | money }} {% endif %}
{%- if gift_card.enabled == false or gift_card.expired -%}Expired
{%- endif -%}{{ "Remaining {{ balance }}" | t: balance: gift_card_balance }}
{%- endif -%}