{% extends "simpleblog/base.html" %} {% block content %} {% for obj in article_qs %}
{{obj.created_at}} | {% for tag in obj.tags.all %} {{tag.name}} {% endfor %}
{{obj.description|linebreaksbr}}
Read more