{% load static %} {% block title %}FoxFitt{% endblock %} {% block extra_css %}{% endblock %} {% if user.is_authenticated %}
FoxFitt
{% csrf_token %}
{% if messages %}
{% for message in messages %} {% endfor %}
{% endif %}
{% endif %} {% block content %} {% endblock %} {% if user.is_authenticated %}

FoxFitt Construction

© {% now "Y" %} All rights reserved.

{% endif %} {% block extra_js %}{% endblock %}