{% extends "voted_posts.html" %} {% block title %} Comments {% endblock %} {% block listing %}
{% with comments=listing %} {% include "comments.html" %} {% endwith %} {% if not listing %}
There are no comments here (yet).
{% endif %}
{% endblock %}