{% macro render_post(post) %} {% if post.template %} {% include post.template %} {% endif %} {{ post.content | safe }}