{% load static from static %}
{% load webpack_static settings_dashboard from ext_theme_tags %}
{# Hide weird spaces in title #}
{# djlint:off #}
{% block title %}{% endblock title %}{% block head_title %}{% endblock head_title %} - Read the Docs{% if "readthedocs.org" in PRODUCTION_DOMAIN %} Community {% elif "readthedocs.com" in PRODUCTION_DOMAIN %} Business {% elif "devthedocs" in PRODUCTION_DOMAIN %} Dev {% endif%}
{# djlint:on #}
{% block head_meta %}
{% endblock head_meta %}
{% block head_links %}
{% endblock head_links %}
{# TODO deprecate extra_links #}
{% block extra_links %}
{% endblock extra_links %}
{% block head_scripts %}
{# Pass settings between our application and JS #}
{% settings_dashboard as settings %}
{{ settings|json_script:"site-config" }}
{% comment %}
This is our only external dependency. It's a fast way to get all the
versions of Font Awesome, and doesn't require spreading around a Font
Awesome Pro key.
{% endcomment %}
{% endblock head_scripts %}
{% block header %}
{% include "includes/header.html" %}
{% endblock header %}
{% block content-wrapper %}
{% block notifications %}
{% if user.is_impersonate %}
Be careful!
You are impersonating
the user "{{ request.user.username }}".
Stop impersonating when you are finished.