{% load static %}
{% block title %}CHMSC Residence{% endblock %}
CHMSC Residence
{% if user.is_authenticated %}
News
Housing
Pricing
Apply
Work Order
FAQ
{% if user.is_authenticated and user.groups %}
Logout
{% endif %}
{% endif %} {% if not user.is_authenticated %}
Home
Housing
Pricing
FAQ
Login
Register
{% endif %}
{% block intro %} {% endblock %}
{% if user.is_authenticated %}
{{ user.username }}
{% endif %}
{% block content %} {% endblock %} {# #} {# #} {# #}