{% extends "starship/components/tabs.html" %} {% block body %} {% if 'dags' in data and data.dags|length > 0 %}
{% for k, v in data.dags.items() %} {% endfor %}
DAG Present on Astro? Local Remote
{% else %}

No DAGs found in local instance.

{% endif %} {% endblock %}