{% extends "embeds/embed_default.html" %} {% block title %} {{ p.title | safe}} {% endblock %} {% block pagetype %}thread{% endblock %} {% block content %}
{% with listing = [p] %} {% include "submission_listing.html" %} {% endwith %}
{% endblock %}