<meta property="og:type"content="{{ openGraphInformation.type|default('website') }}"/><meta property="og:title"content="{% if openGraphInformation.title|default %}{{ openGraphInformation.title }}{% else %}{{ 'og_title_default'|trans }}{% endif %}"/><meta property="og:description"content="{% if openGraphInformation.description|default %}{{ openGraphInformation.description }}{% else %}{{ 'og_description_default'|trans }}{% endif %}"/>{% if openGraphInformation.images|default and openGraphInformation.images is iterable %}{% for image in openGraphInformation.images %}{% include 'components/atoms/open-graph-image/open-graph-image.html.twig' with {'image': image}%}{% endfor %}{% else %}{% include 'components/atoms/open-graph-image/open-graph-image.html.twig' %}{% endif %}{% if openGraphInformation.videos|default and openGraphInformation.videos is iterable %}{% for video in openGraphInformation.videos %}{% include 'components/atoms/open-graph-video/open-graph-video.html.twig' with {'video': video}%}{% endfor %}{% endif %}<meta property="og:url"content="{% if openGraphInformation.url|default %}{{ openGraphInformation.url }}{% else %}{{ app.request.uri }}{% endif %}"/>