--- layout: "default_with_menu" --- {%- assign about = site.posts | find: "layout", "about" -%} {%- assign authors = site.posts | where: "layout", "author" -%} {%- assign buttons = site.posts | where: "layout", "button" -%} {%- assign buttons = site.posts | where: "layout", "button_copy" | concat: buttons | order -%} {%- assign goals = site.posts | where: "layout", "goal" -%}
{% include headings/h1.html class="text-uppercase black hover-black letter-spacing-4 font-weight-bold mb-4" text=page.title %}

{{ page.description }}

{% for button in buttons %}
{% if button.layout == "button" %} {% include buttons/with_link.html href=button.link text=button.title %} {% elsif button.layout == "button_copy" %} {% include buttons/with_copy.html copy=button.text text=button.title %} {% endif %}
{% endfor %}
{{- page.section_1 | replace: "BALANCE", '' | replace: "DATE", '' -}}
{% for goal in goals %} {% include goal.html title=goal.title text=goal.description value_now=1000 value_max=goal.value_max currency=goal.currency %} {% endfor %}
{{ page.section_2 }}