{% extends 'sharedTemplates/base.html' %} {% block title %}About{% endblock %} {% block body %}

Contributors

{% set contributors = [ {'name': 'Jesse Mittertreiner', 'image': 'jessem.png'}, {'name': 'Giang Le', 'image': 'giang.jpg'}, {'name': 'Jaimy Mohammadi', 'image': 'jaimy.png'}, {'name': 'Jesse Bruijnesteijn', 'image': 'jesseb.png'}, {'name': 'Susan Ott', 'image': 'susan.png'} ] %} {% for contributor in contributors %}
{{ contributor.name }}
{{ contributor.name }}
{% endfor %}

Contributing

Contributions are welcome! Fork the repository and submit a pull request. For significant changes, please open an issue to discuss them first.

{% endblock %}