{% extends 'base1.html' %} {% block content %} {% load static %} {{sinnews.posttitle}} {{sinnews.cat_id.catname}} {{sinnews.postdetails}} Comments {% if comments_list %} {% for i in comments_list %} {{i.comment}} {{i.name}} {{i.posted_date}} {% endfor %} {% else %} No Comments available. {% endif %} Leave a Reply {% csrf_token %} Send Message {% endblock %}
{{sinnews.postdetails}}
{{i.comment}}
{{i.posted_date}}
No Comments available.
{{i.comment}}
{{i.name}}
{{i.posted_date}}