{% set home = get_section(path="home/_index.md") %} {% if current_path == '/' %}

{{ home.title }} {{ home.extra.subtitle }}

{{ home.extra.slogan }}

{{ home.content | safe }}
{% if home.extra.button %} {% if home.extra.link is containing('http')%} {{ home.extra.button }} {% else %} {{ home.extra.button }} {% endif %} {% endif %}
{% set url = get_url(path='/' ~ home.relative_path | replace(from='_index.md', to=home.extra.imgPath)) %}
{% endif %}