{% extends "base.html" %} {% block title %}Post by {{ post.author.html_name_or_handle }}{% endblock %} {% block opengraph %} {% include "_opengraph.html" with opengraph_local=post.to_opengraph_dict %} {% endblock %} {% block content %} {% endblock %}