{% macro render_blog_post(post, from_index=false) %}

{{ post.title }}

Published on {{ post.pub_date }}. // No comments.
{{ post.body }}
{% endmacro %}