{% extends "airflow/master.html" %}
{% block title %}DAG Code Editor{% endblock %}
{% block head_css %}
{{ super() }}
{% include "editor_head.html" %}
{% endblock %}
{% block body %}
{{ super() }}
{% include "editor_body.html" %}
{% endblock %}
{% block tail %}
{{ super() }}
{% include "editor_tail.html" %}
{% endblock %}