{% include 'includes/head.html' %}
{% block extrahead %}{% endblock %}
{% if site_logo %}
{% else %}
{% endif %}
{% block video_background %}{% endblock %}
{% if error_type %}
{% if error_type == 'url_error' %}
Problema com URLs no Tema
{% elif error_type == 'template_error' %}
Problema com Template do Tema
{% else %}
Problema com o Tema
{% endif %}