{% extends "bylaws/base.html" %} {% block page-class %}gov{% endblock %} {% block title %}{{term}} at {% endblock %} {% block content %} {% load humanize markup typogrify %}

Governance

{% if object %}

Bylaws

Adopted {{object.modified|naturalday}}

{{object.rendered_content|typogrify}} {% endif %} {% endblock %}