${flow.summary}
${flow.description}
${
flow.tags
? flow.tags.map(tag =>
`${tag}`).join(' | ')
: '-'
}