{% match content_block %} {% when BlockTypes::HR %}
{% when BlockTypes::PARAGRAPH { text } %}

{{ text }}

{% when BlockTypes::MARKDOWN { content } %} {{ content|markdown }} {% when BlockTypes::HTML { content } %} {{ content|safe }} {% when BlockTypes::HEADER { text, size } %} {{text}} {% else %} UNSUPPORTED block type here! {% endmatch %}