{% load static %}
{% block headcontents %}
GraceDB | {% block title %}{% endblock %}
{% endblock %} {% block jscript %} {% endblock %}
{% block nav %} {% include "navbar_frag.html" %} {% endblock %}
{% if info_banner_enabled %}
{% autoescape off%} {{ info_banner_message }} {% endautoescape%}
{% endif %} {% block content %}{% endblock %}
{% if user and user.username == "chad.hanna@LIGO.ORG" %}
{% endif %} {% if user and user.username == "kipp.cannon@LIGO.ORG" %}
{% endif %}