{% extends "base.html" %} {% block title %}Search: "{{ q }}" | FreshFilings{% endblock %} {% block description %}Search results for "{{ q }}" on FreshFilings, the free U.S. business entity lookup.{% endblock %} {% block content %}
{% if results %}

{{ results|length }} result{% if results|length != 1 %}s{% endif %} for “{{ q }}”

{% else %}

No results for “{{ q }}”. Try a broader search term.

Try: wine, holding, tech

{% endif %}
{% endblock %}