{% extends "base.html" %} {% block title %}Dashboard ยท Ordine{% endblock %} {% block content %}

Dashboard

Pipelines

{% include "partials/pipeline_cards_inner.html" %}

Register pipeline

Open editor for new pipeline

{% if register_error %}

{{ register_error }}

{% endif %} {% if register_problems %} {% endif %}
{% endblock %}