{% extends "base.html" %} {% block title %} cceexplorer - {{ bill.title }} {% endblock %} {% block defcontent %}

{{ bill.code.stringrep }}

{{ bill.title }}

Introduced by {{ bill.sponsors }} (of {{ bill.school }}) within the {{ bill.subcommittee }} subcommittee



{% for line in bill.bill_text %} {% if line == "" %} {% endif %}

{{ line }}

{% endfor %}
{% endblock %}