{% extends 'website/base/base.html' %} {% block title %} Blog Detail {% endblock %} {% block stylesheets %} {% endblock stylesheets %} {% block content %} {{ blog.date|date:"d" }}{{ blog.date|date:"M" }} {{ blog.title }} {{ blog.content|safe }} Share This : Leave A Comments Post a Comment Latest News {% for latest_blog in latest_blogs %} {{ latest_blog.title }} {{ latest_blog.date }} {% endfor %}
{{ blog.content|safe }}
Leave A Comments