{% extends "airflow/master.html" %} {% import 'admin/lib.html' as lib with context %} {% import 'admin/static.html' as admin_static with context%} {% import 'admin/model/layout.html' as model_layout with context %} {% import 'admin/actions.html' as actionlib with context %} {% block head_css %} {{ super() }} {% endblock %} {% block body %} {{ app_entry|safe }} {{ dash_config|safe }} {% endblock %} {% block tail %} {{ super() }} {{ scripts|safe }} {% endblock %}