{% extends "simpleblog/base.html" %} {% block content %}

{{article.title}}

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

{{article.content|safe|linebreaksbr}}

{% endblock content %}