{{ "BANNER_TOP"|settings_or_config|render_markdown }}
{% endif %}
{% if settings.MAINTENANCE_MODE %}
Maintenance Mode
Nautobot is currently in maintenance mode. Functionality may be limited.
{% if not is_popup %}
{% if "BANNER_BOTTOM"|settings_or_config %}
{% endif %}
{% endif %}
{% block pretitle %}{% endblock %}
{% block content_title %}
{% if title %}
{% render_with_template_if_exist title|lower|add:"/admin_app_name.html" title %}
{% endif %} {% endblock %}
{% block content %}{{ content }}{% endblock %}