{% extends "base/frame.twig" %} {% block stylesheets %} {% endblock %} {% block main %} The Bad Space Listings Page {{ options.currentPage }} of {{ options.list.total }} {% for location in options.list.locations %} {{ location.id }} {{ location.name }} {% endfor %} Previous Next {% endblock %}