{% for flow in flows %}

{{ flow.name }}

{{ flow.path }}
{{ flow.step_count }} steps
{% if flow.has_docs %}Docs{% endif %}
{% endfor %}
{% if not flows %}

No YAML chain files found

Place .yaml files with a chain key in the flow directory

{% endif %}