{% assign contact = site.data.contact %}

{{ contact.company }}

{% if include.imprint %}

{{ contact.registration}}

Represented by

{% for representative in site.data.board | limit: 3 %} {{ representative.position }}: {{ representative.name }}
{% endfor %}

{% endif %}

{{ contact.email }}

{{ contact.address.street }}
{{ contact.address.zip }} {{ contact.address.city }}
{{ contact.address.country }}