{% extends "base.html" %} {% block title %}{{ post.title }} - Blahg{% endblock %} {% block head %} {% endblock %} {% block content %} Back to Post {% if post_references %} {% for post_reference in post_references %} {{ post_reference.aturi }} {% endfor %} {% else %} There are no references in this collection to display. {% endif %} {% endblock %}
There are no references in this collection to display.