{% load simplesocial %}

{{ post.title }}

{% if not browse_posts %}
By {{ post.author.get_full_name }} on {{ post.published_on|date }} Comments
{% endif %} {% wide_social_buttons request post.title post.get_absolute_url %} {% if browse_posts %} {{ post.rendered_content|truncatewords_html:150 }} {% else %} {{ post.rendered_content }} {% endif %}