{% load blogconnector %}

{{ post.title }}

Posted on {{ post.pub_date }} by {{ post.creator }} in {{ post.category.name }} at {{ post.blog_source.title }}
{% if post.description %} {{ post.description|safe }} {% else %} {{ post.content|paragraphs:1|safe }}

Read More…

{% endif %}