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

{{ post.title }}

{% else %}

{{ post.title }}

{% endif %}

written by {{ post.author }} on {{ post.pub_date }}

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