{% load i18n %}
{% load telemeta_utils %}
{% load teleforma_tags %}
+{% ifloaded "googletools" %}{% load googletools %}{% endifloaded %}
{% get_current_language as LANGUAGE_CODE %}
{% get_available_languages as LANGUAGES %}
<html xmlns="http://www.w3.org/1999/xhtml" lang="{{ LANGUAGE_CODE }}" xml:lang="{{ LANGUAGE_CODE }}" {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}>
{% endblock layout %}
{% block analytics %}
+{% ifloaded "googletools" %}
+{% analytics_code %}
+{% endifloaded %}
{% endblock analytics %}
<script type='text/javascript'>window.scrollTo(0, 1);</script>
+
</body>
</html>