{% extends 'base.html' %} {% load static %} {% block content %} {% include 'profile/header.html' %} {% include 'profile/drawer.html' %}


{{ post.title }}

نویسنده: {{ post.author }} | تاریخ انتشار: {{ post.published_date|date:"Y/m/d" }}


{% if post.poster %} {{ post.title }} {% else %} Placeholder {% endif %}

محتوا:

{{ post.content|safe }}

{{ post.view_count }} بازدید | لایک

{% endblock %}