{% load news_tags %} {% if social == 1 %} {% endif %}

{{ article.title|safe }}

{{ article.author }} at {{ article.date_live|date:"g:iA, N j, Y" }} {% if article.tags %}
tags: {% with article|tags as news_tags %} {% for tag in news_tags %} {{ tag }} {% endfor %} {% endwith %}
{% endif %} {% if social == 1 %}
{% with article as object %} {% include 'ratings/like_this.html' %} {% endwith %}
{% endif %}

{% if view_type == 'list' %}{{ article.body|bbcode2html|safe|truncatewords_html:50 }}{% else %}{{ article.body|bbcode2html|safe }}{% endif %}

{% if view_type == 'list' %}
read more
{% endif %}