{% extends "congress/base.html" %} {% block title %}Search — Alcove Congress{% endblock %} {% block page_header %}

Legislative Search

Search bills, statutes, regulations, and committee reports

{% endblock %} {% block sidebar_filters %}

Filter by source

{% endblock %} {% block content %} {% if doc_count == 0 %}

No documents indexed

Add legislative documents to your collection to start searching.

Supports PDF, XML (USLM), TXT, HTML · Drop files below to ingest
{% else %}
{{ doc_count | default(0) }} document{% if doc_count != 1 %}s{% endif %} indexed | Ready to search
{% endif %}

Drop files here or click to browse

PDF, XML (USLM), TXT, HTML, Markdown, DOCX

{% endblock %}