Our vision
{% assign slogan = site.data.pages.index.hero.slogan | markdownify %}
{{ slogan }}
{{ site.data.pages.index.help.title }}
{% for block in site.data.pages.index.help.blocks %}
{% if block.icon and block.icon != "" %}
{% include {{ block.icon }} %}
{% endif %}
{{ block.title }}
{{ block.text | markdownify }}
{% endfor %}
{{ site.data.pages.index.news.title }}
{% for post in site.posts limit:3 %}
{% include helpers/file_exists.html
filename=post.image.url %}
{% if filename_exists == "true" %}
{% else %}
{% endif %}
{{ post.author }}
{{ post.excerpt }}
{% endfor %}