{% extends 'base.html' %} {% block title %}Find Roomies{% endblock %} {% block side %}
User: {{ user.name }}
House: No House
{% endblock %} {% block content %} {% if cal_list %}Housemates:
Sorry no calendars with that house name found!
{% endif %} {% endblock %}