acm-site/acmsite/templates/join.html
2024-03-03 20:15:31 -05:00

8 lines
155 B
HTML

{% extends 'layout.html' %}
{% block app_content %}
<h1>Join ACM</h1>
<p>Want to join us? Show up to our GBMs and events every week!</p>
{% endblock %}