{{ post.title|striptags }}
{% include 'includes/post_meta.html' %} {% if post.summary %} {{ post.summary }} {% else %} {{ post.content }} {% endif %} {% if theme.disqus_display_comment_count and theme.disqus_shortname %} Leave a comment {% endif %} {% if not loop.last %}{% endif %}