{% extends "base.html" %} {% block header %}

{% endblock header %} {% block content %} {% if group.get('mission_statement') %}

About Us

{{ group['mission_statement'] }}

{% endif %}

News

{% include 'news.html' %} {% if group.get('projects') %}

Projects

{{ group['projects'] }}

{% endif %}

Who are we?


{% for p in people %}

{{p['title']}} {{p['name']}}

{% endfor %}

Join Us

Join {{ group['name'] }} by checking out the open positions on our jobs page or see if you are interested in any of the following! {% include 'jobs_open.html' %} {% endblock content %} {% block footer %} Feel free to contact {{ group['name'] }} by emailing {{ group['email'] }}. {% endblock footer %}