{% macro render_blog_post(post, from_index=false, section_class='-odd') %}
{% if from_index %}

{{ post.title }}

{% else %}

{{ post.title }}

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