{% if not PLUGINS or 'seo' not in PLUGINS %}
  {% if OG_LOCALE %}
    {% set default_locale = OG_LOCALE %}
  {% else %}
    {% set default_locale = 'en_US' %}
  {% endif %}
  
  
  
  
  
  
  
  
  
  
  {% for tag in article.tags %}
  
  {% endfor %}
  {% if 'cover' in article.metadata %}
  
  {% else %}
  
  {% endif %}
{% endif %}