{{ this.html }}
{{ this.rst }}
{% for block in this.flowA.blocks %}
{{ block.text }}
{{ block.html }}
{{ block.markdown }}
{% for nested_block in block.flowB.blocks %}
{{ nested_block.string }}
{% endfor %}
{% endfor %}
Tags:
{% for t in this.tags %}
-
{{ t }}
{% endfor %}