{% extends "base.html" %} {% block title %}Edit {{ rel_path }} · Striatum{% endblock %} {% block main %}

{% 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 %}
{% endblock %} {% block scripts %} {% endblock %}