{% extends 'base.html' %} {% import 'pagination.html' as pages %} {% block content %} {{ super() }} {{ pages.render(pagination) }} {% for quote in quotes %}
{{quote[1]}}

score: {{ quote[2] }} (upvote/downvote) (permalink)

{% endfor %}
{{ pages.render(pagination) }} {% endblock %}