{{ doc.title or flow_name }}
{{ doc.description or 'No description yet.' }}
{% if doc.tags %} {% endif %}Authors
{% if doc.group %}Team: {{ doc.group }}
{% endif %}
Context
{{ doc.context | safe }}
Changelog
{% for entry in doc.changelog %}
{{ entry.date }}
{{ entry.note }}
{% endfor %}