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