{{post.title}}
Posted on {{post.created_at}} by {{post.author}}
{% if post.categories.all %}
{% for categories in post.categories.all %}
{{categories}}
{% endfor %}
{% endif %}
{% if post.img|is_exists %}