{% extends "airflow/task_instance.html" %} {% block title %}Airflow - DAGs{% endblock %} {% block body %} {{ super() }}

{{ title }}

{% for attr, value in special_attrs_rendered.items() %}
Attribute: {{ attr }}
{{ value|safe }} {% endfor %}
Attributes
{% for attr, value in attributes %} {% endfor %}
Attribute Value
{{ attr }} {{ value }}
{{ html_code|safe }}
{% endblock %}