Text
{% match body.data_type %} {% when DataType::Json %}
JSON
{% when DataType::Unknown %} {% endmatch %}
{{ body.raw }}
{% match body.content %} {% when Some with (contents) %} {{ contents|linebreaks|safe }} {% when None %} {% endmatch %}