{% extends 'blog/base.html' %} {% load static %} {% block title %} {{ post.id }}-info {% endblock %} {% block body %}

{{ post.title }}

- {{ post.author }} -

{{ post.body }}

{{ post.date }} ~ {{ post.time }} : {{ post.id }}

{% if user.is_authenticated %} Редактировать пост Удалить пост {% endif %} {% endblock %}