{% extends "base.html" %} {% block title %}Variables; What a World!{% endblock %} {% block content %} {% if object_list %} {% for item in object_list %} {% endfor %}
{{ item.name }}
{% if is_paginated %}
{% if has_previous %} <PREV {% endif %}{% if has_next %} NEXT> {% endif %}{% endif %} {% else %} Fuck, where are they? {% endif %} {% endblock %}