{% extends "base/frame.twig" %} {% block stylesheets %} {% endblock %} {% block main %} The Bad Space Listings Page {{ options.page }} {% for location in options.list.locations %} ID:{{ location.id }} {{ location.name }} {% endfor %} {% endblock %}