{% load static %} {% block title %}Claremont MakerSpace{% endblock %} {% if messages %}
{% for message in messages %} {# TODO: should use tags correctly for bootstrap alerts #} {% endfor %}
{% endif %}
{% block content %}{% endblock %}
{% block footer %}{% endblock %} {% block script %}{% endblock %}