{% extends "base.html" %} {% block title %}Edit {{ rel_path }} · Striatum{% endblock %} {% block main %} ← {{ rel_path }} {% if is_new %}New workflow{% else %}Editing{% endif %} {{ rel_path }} {% if is_new %}This path doesn't exist yet — saving will create it.{% else %}Editing the on-disk file. Save overwrites.{% endif %} Save Cancel {% endblock %} {% block scripts %} {% endblock %}
← {{ rel_path }}
{{ rel_path }}