{% load static %}
Всё про IT
{% block auth %} {% if not user.is_anonymous %}
Выйти
{% else %}
Вход
/
Регистрация
{% endif %} {% endblock %}
{{ post.title }}
{{ post.author.first_name }}
{{ post.created_date }}
{{ post.text|linebreaks }}
← Назад к списку статей