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

{{ post.title }}

{{ post.pub_date }}

{{ post.body }}
{% endmacro %}