{% extends "simpleblog/base.html" %} {% block content %} {% for obj in article_qs %}
{% if obj.img %} {% endif %}

{{obj.title}}

{{obj.created_at}} | {% for tag in obj.tags.all %} {{tag.name}}  {% endfor %}

{{obj.description|linebreaksbr}}

Read more

{% endfor %} {% endblock content %}