{# obligatory tags #}
{% if title %}{% endif %}
{% if type %}{% endif %}
{% if image %}{% endif %}
{% if url %}{% endif %}
{# locale tags #}
{% if locale %}{% endif %}
{% for locale in locales %}
{% endfor %}
{# custom #}
{% if opengraph %}
{% for key, value in opengraph.items %}
{% endfor %}
{% endif %}