--- layout: default format: frontpage ---
{% comment %} * * Main page content * {% endcomment %}
{{ content }}
{% comment %} * * Widgets (multi-column cards) * {% endcomment %}
{% if page.widgets %} {% for widget in page.widgets %} {% include _frontpage-widget.html widget=widget %} {% endfor %} {% endif %}
{% comment %} * * First check, if there is a call for action-button * {% endcomment %} {% if page.callforaction.url contains 'http' %} {% assign url = '' %} {% else %} {% capture url %}{{ site.url }}{{ site.baseurl }}{% endcapture %} {% endif %} {% if page.callforaction %}
{{ page.callforaction.text }}
{% endif %} {% comment %} * * First check, if there are any posts at all * {% endcomment %} {% unless site.posts == empty %}
{% for post in site.posts limit:1 %} {% if post.image.homepage %}

{{ page.title | escape_once }}

{% if post.image.caption_url and post.image.caption %}

{{ post.image.caption }}

{% endif %} {% else post.image.homepage == NULL %}

{{ site.data.language.new_blog_entries }}

{% endif %} {% endfor %}
{% for post in site.posts limit:1 %} {% if post.subheadline %}

{{ post.subheadline }}

{% endif %}

{{ post.title }}

{% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% else post.teaser %}{{ post.teaser | strip_html | escape }}{% endif %} {{ site.data.language.read_more }}

{% endfor %}

{{ site.data.language.more_articles }}

{% include list-posts entries='3' offset='1' %}
{% endunless %}