{# One Bill summary card. Caller provides ``b`` (a BillHit-like row with congress, bill_type, bill_number, title, origin_chamber, policy_area, sponsor_bioguide_id, sponsor_display_name, latest_action_date). Shared by the landing page, the ``/bills`` index, and federated search results. #}
  • {% include "bills/_bill_card_header.html" %} {{ b.title|truncate(120) }}
    {% if b.policy_area %}{{ b.policy_area }}{% endif %} {% if b.sponsor_bioguide_id %} Sponsor: {{ b.sponsor_display_name or b.sponsor_bioguide_id }} {% endif %} {% if b.latest_action_date %} Latest action: {{ b.latest_action_date }} {% endif %}