{% macro render_blog_post(post, from_index=false) %}
Posted on {{ post.pub_date }} by {% if post.twitter_handle %}{{ post.author or post.twitter_handle }}{% else %}{{ post.author }} {% endif %}
{% if from_index %} {{ post.abstract }} {% else %} {{ post.body }} {% endif %}