{# include a document-snippet - in this case the shared contact snippet templates/includes/shared/contact.html.twig #}
{% if document.getproperty('contactSnippet') %}
{{ pimcore_inc(document.getproperty('contactSnippet')) }}
{% endif %}
{% if editmode and document.getproperty('contactSnippet') is null %}
{{ alert("Zo te zien is er nog geen contactSnippet ingesteld voor deze pagina (en mogelijk taal). Stel dit in via 'Navigation & Properties -> Predefined properties -> contact Snippet'")|raw }}
{% endif %}