{% extends "base.html" %} {%- block content %}

{{ page.extra.hero_title | safe }}

{{ page.extra.hero_description | safe }}

{% include 'ui/icons/new-support/icon01.html' %}

{{ page.extra.info_section_card_description_1 | safe }}

{% include 'ui/icons/new-support/icon02.html' %}

{{ page.extra.info_section_card_description_2 | safe }}

{% include 'ui/icons/new-support/icon03.html' %}

{{ page.extra.info_section_card_description_3 | safe }}

{{ page.extra.funding_section_title | safe }}

img
01
{% include 'ui/icons/new-support/pin.html' %}

{{ page.extra.funding_section_card_title_1 | safe }}

{{ page.extra.funding_section_card_description_1 | safe }}

img
02
{% include 'ui/icons/new-support/pin.html' %}

{{ page.extra.funding_section_card_title_2 | safe }}

{{ page.extra.funding_section_card_description_2 | safe }}

img
03
{% include 'ui/icons/new-support/pin.html' %}

{{ page.extra.funding_section_card_title_3 | safe }}

{{ page.extra.funding_section_card_description_3 | safe }}

{{ page.extra.users_way_section_title | safe }}

{{ page.extra.users_way_donation_description_1 | safe }}

{{ page.extra.users_way_donation_name_1| safe }}

img

{{ page.extra.users_way_donation_description_2 | safe }}

{{ page.extra.users_way_donation_name_2| safe }}

img

{{ page.extra.users_way_donation_description_3 | safe }}

{{ page.extra.users_way_donation_name_3| safe }}

img
{% include 'section/donate.html' %} {%- endblock content %}