{% extends "base.html" %} {% block page_title %}All Pipelines{% endblock %} {% block content %} {% include 'snippets/pipeline_description.html' %}
{% if pipelines %} {% include "snippets/pipelines_table.html" %} {% else %}No pipelines currently exist.
{% endif %} {% endblock %}