{% extends "base.html" %} {% block content %} {{ post.published_on|date:"F d, Y" }} {{ post.title }} {{ post.content|safe }} {% endblock %}