- {% if ogps is defined and ogps %}
- {% for property, content in ogps %}
- <meta property="og:{{ property }}" content="{{ content }}" />
- {% endfor %}
- {% for property, contents in facebooks %}
+ {% if facebook['metas'] is defined and facebook['metas'] %}
+ {% for property, contents in facebook['metas'] %}