{% load seo %}
{% if USE_I18N %}
{% for language_code, language_name in LANGUAGES %}
{% endfor %}
{% endif %}
{% if robots %}
{% if debug %}
{% else %}
{% endif %}
{% endif %}
{% if title %}
{{ title }}
{% endif %}
{% if description %}
{% endif %}
{% if keywords %}
{% endif %}
{% if facebook_app_id %}
{% endif %}
{% if og_type %}
{% endif %}
{% if title %}
{% endif %}
{% if description %}
{% endif %}
{% if image %}
{% endif %}
{% if twitter_type %}
{% endif %}
{% if title %}
{% endif %}
{% if description %}
{% endif %}
{% if image %}
{% endif %}