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