{% extends "base.html" %} {% block title %}{{ post.text }} by {{ post.author.username }}{% endblock %} {% block body %} {% include "includes/post.html" with post=post %} {% endblock body %}