{% if custom_fields and 'body' in custom_fields %} {{ custom_fields.body | post_field(post) | safe }} {% else %} {{ post.body | safe }} {% endif %}