{% extends "base.html" %} {% block title %}Post by {{ post.author.name_or_handle }}{% endblock %} {% block content %} {% include "activities/_post.html" %} {% endblock %}