+ + +
+ {% if post.body_html %} + {{ post.body_html | safe }} + {% else %} + {{ post.body }} + {% endif %} +
+ +