{% extends "base.html" %} {% block title %} testing title {% endblock %} {% block defcontent %}

{{ bills[0].code.assembly }} Committee {{ bills[0].code.committee }}

{% for bill in bills %}
({{bill.code.color}}) {{ bill.title }}

Sponsors: {{ bill.sponsors }}

School: {{ bill.school }}

{% endfor %} {% endblock %}