{% extends "base.html" %} {% block style %} {% endblock style %} {% block content %} {% include "includes/sidenav.html" %}

Meet our Community Members

A warm and welcoming collection of open sourcers

{% for contributor in contributors %}
contributor image
{{ contributor.name }}
{{ contributor.location }}

{{ contributor.short_description }}

More Info
{% endfor %}
{% endblock content %}