website/www/conservancy/static/about/staff/index.html

9 lines
231 B
HTML
Raw Normal View History

2010-10-03 22:53:42 -04:00
{% extends "base_about.html" %}
{% block subtitle %}Staff - {% endblock %}
{% block content %}
<h1>{% block submenuselection %}Staff{% endblock %}</h1>
<p>Conservancy is currently supported without paid staff.</p>
2010-10-03 23:09:43 -04:00
{% endblock %}