{% extends "airflow/master.html" %}
{% block title %}DAGs Code Editor{% endblock %}
{% block head_css %}
{{ super() }}
{% include "index_head.html" %}
{% endblock %}
{% block body %}
{% include "index_body.html" %}
{% endblock %}
{% block tail %}
{{ super() }}
{% include "index_tail.html" %}
{% endblock %}