{% extends 'blog/base.html' %} {% block title %} DBNX | {{ object.title }} {% endblock title %} {% load static %} {% block content %} {% if object.image %} {% endif %} {{ object.title }} {% if object.tag %} {{ object.tag }} {% else %} No tag {% endif %} {{ count }} Comment(s) {{object.body | safe}} {% if prev_post != None %} {% if prev_post.image %} {% endif %} {{ prev_post.title | truncatewords:3 }} Prev Post {% endif %} {% if next_post != None %} Next Post {{ next_post.title | truncatewords:3 }} {% if next_post.image %} {% endif %} {% endif %} {{object.author}} {% if object.author == user %} Update Delete {% endif %} {{count}} Comments {% for comment in comments %} {% if comment.active %} {{ comment.body }} {{ comment.writer }} {{ comment.published }} {% endif %} {% endfor %} Leave a Reply {% csrf_token %} Send Message {% endblock %}
{{object.body | safe}}
Prev Post
Next Post
{{ comment.body }}
{{ comment.published }}
{{ comment.body }}
{{ comment.writer }}
{{ comment.published }}