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

{{blog_title}}
{{ post.title }}

{{ post.content }}
Back to main page
Posted on {{ post.date }}
{% endblock %}