All Flows
{{ flows | length }} chain{{ 's' if flows | length != 1 else '' }} available
{% for flow in flows %}
{% endfor %}
{% if not flows %}
{{ flow.step_count }}
steps
{% if flow.has_docs %}Docs{% endif %}
No YAML chain files found
Place .yaml files with a chain key in the flow directory