{% extends "simpleblog/base.html" %} {% block content %}
{{article.created_at}} | {% for tag in article.tags.all %} {{tag.name}} {% endfor %}
{{article.content|safe|linebreaksbr}}