{% comment %}
geni_base.html
Originally by?:
Justin Samuel 2009
Modified:
Gaetano Pressimone 2012
Django template file which provides the base website look.
All pages extend this.
None
common.css
None
None
{% endcomment %}
{% block title %}Seattle Clearinghouse using Seattle{% endblock title%}
{% block style %}
{% endblock style %}
{% block script %}
{% endblock script %}
{% block header %}
{% endblock header%}
{% block navigation %}{% endblock navigation %}
{% block content %}{% endblock content %}