{% load static %} {% comment %}
NOTE: This site uses RDFa and schema.org vocabulary. Every page will be declared as schema:Webpage
by default; use page_rdf_type to override with a webpage subclass.
{% endcomment %}
{% block page-title %}{% block page-subtitle %}{% endblock %}{% endblock %}
{% block metadata %}{% endblock %}
{% block css %}{% endblock %} {# add any local css here #}
{# -- notactually in use? (yet) #}
{# #}
{% block javascript %}{% endblock %} {# add any additional javascript here #}
{% block head_extras %}{% endblock %} {# any header metadata, etc #}
{# the following is the title that appears on the top nav for XS screen sizes. it uses the xs-nav-title block #}