{% extends "base.html" %} {% block content %} {{ post.title }} {{ post.date }} {{ post.content | safe }} {% endblock %}