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

{% else %}

{% endif %}
{% if from_index %}

{{ post.title }}

{% else %}

{{ post.title }}

{% endif %}

{% if from_index %} {{ post.abstract }} {% else %} {{ post.body }} {% endif %}


{% endmacro %}