{% load static %}
{% include 'head.html' %}
About - TJSGA
{% include 'header.html' %}
Contact Us!
"The world is moved not only by the mighty shoves of the heroes, but also by the aggregate of the tiny pushes of each honest worker." - Helen Keller
Contact us at
sga.tjhsst@gmail.com
. We would love to answer questions or hear about how you think we can improve TJ!
{% for org in categories %}
{{ org.1 }}
{% with key=data|get_item:org.0 %} {% for member in key %}
{% with year=member.year first=member.first_name last=member.last_name %} {{ first }} {{ last }} {{ year }} {% endwith %}
{% endfor %} {% endwith %} {% endfor %}
{% include 'footer.html' %}