{% set wiki = False %} {% set untrusted = False %} {%- block experiment_js %}{% endblock %} {% block title %}{{ _('MDN Web Docs') }}{% endblock %} {% include "includes/preload.html" %} {% block site_css %} {% include "includes/style.html" %} {% endblock %} {%- if settings.MAINTENANCE_MODE %} {% stylesheet 'maintenance-mode-global' %} {%- endif %} {% include "includes/zilla.html" %} {% include "includes/react_google_analytics.html" %} {% block speedcurve_lux %} {% include "includes/speedcurve-lux.html" %} {% endblock %} {% block perfhead %}{% endblock %} {%- block site_meta %} {% set social_logo = request.build_absolute_uri(static('img/opengraph-logo.png')) %} {% endblock %} {% include "includes/polyfill_scripts.html" %} {% block extrahead %}{% endblock %} {% block printstyle %} {% stylesheet 'print' %} {% endblock %} {% include "includes/config.html" %} {%- if settings.MAINTENANCE_MODE %}

{{ _('MDN is currently in read-only maintenance mode.') }}

{%- else %} {{ soapbox_messages(get_soapbox_messages(request.path)) }} {%- endif %} {% block pageheader %}{% endblock %}
{% block document_head %}{% endblock %} {% block content %}{% endblock %}
{%- block contrib_popup %}{# Inject contributions popup where needed #}{% endblock %} {% block footer %} {% endblock %} {% block auth_modal %} {% include "includes/auth-modal.html" %} {% endblock %} {% block site_js %} {{ providers_media_js() }} {% javascript 'react-main' %} {% javascript 'auth-modal' %} {% for script in scripts %} {% javascript script %} {% endfor %} {% endblock %} {% block js %}{% endblock %}