{% extends 'base.html' %} {% load i18n %} {% load markup %} {% load comments %} {% block content %} {% if posts %}
{{p.created_at}} | {% if p.tags.count < 1 %} No tags {% endif %} {% for t in p.tags.all %} {{t}} {% if not forloop.last %} , {% endif%} {%endfor%}
{{p.body|truncatechars:300|markdown}}
{% if not forloop.last %}