{% extends "base.html" %} {% load staticfiles %} {% block title %}Home{% endblock %} {% block full_content %}

{{ CITY_COUNCIL_NAME }}, demystified


Search {{CITY_NAME}} legislation

{% if next_council_meeting or upcoming_committee_meetings %}
{% include "partials/component_upcoming_events.html" %}
{% endif %} {% if recently_passed %}
{% include "partials/component_recently_passed.html" %}
{% endif %} {% endblock %}