{% extends "airflow/master.html" %} {% block title %} {{ title }} {% endblock %} {% block body %} {{ super() }}

{{ title }}

{% if pre_subtitle %}
{{ pre_subtitle }}
{% endif %} {% if subtitle %}
{{ subtitle }}
{% endif %} {% if code %}
{{ code }}
{% endif %} {% if code_html %} {{ code_html|safe }} {% endif %} {% endblock %}