{% extends "base.html" %} {% block head_title %}Suites - {% parent %}{% endblock %} {% block content %} {% for suite in suites %} {% endfor %}
Name
{{ suite.name }}
{% endblock %}