{% extends 'blog/base.html' %} {% block content %}

{{ post.title }}

Теги: {% if tags %} {% for tag in tags %} {{ tag }} {% endfor %} {% endif %}

{{ post.text|safe|linebreaksbr }}

{% if post.published_date %} {{ post.published_date }} {% endif %} edit post delete

{% csrf_token %} confirm deletion of {{ post.pk }} {{ post.title }}
{% endblock %}