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

{{ brand }} builds for the community.

{{ tagline }} From websites and dashboards to event tech and client projects, we learn by shipping.

{% if next_event %}
Next meeting
{{ next_event.title }}
{{ next_event.start_dt.strftime('%a, %b %d @ %I:%M %p') }} • {{ next_event.location }}
{% if next_event.rsvp %}RSVP{% endif %}
{% endif %}
{% for blurb in [ {'t':'Real Clients','d':'Local orgs + campus teams. Small scope, real stakes.'}, {'t':'Hands-on Learning','d':'Version control, reviews, deployments, docs.'}, {'t':'Open Source','d':'We default to public repos and reusable templates.'} ] %}

{{ blurb.t }}

{{ blurb.d }}

{% endfor %}
{% endblock %}