{% extends "base_with_margins.html" %} {% block title %}About{% endblock %} {% block content %}
{{ CITY_NAME_SHORT }} Councilmatic is a tool for understanding and tracking what’s happening in {{ settings.CITY_COUNCIL_NAME }}.
This site connects {{ CITY_NAME_SHORT }} residents to local city council offices, for greater online public dialogue about issues in their communities.
Councilmatic helps you:
Below are the primary types of city council activity.
Legislation Type | Description |
---|---|
{{leg_type.name}} |
{% if leg_type.html_desc %}
{{leg_type.desc|safe}} {% else %}{{leg_type.desc}} {% endif %} |