{% extends 'base.html' %} {% load typogrify_tags utils_tags %} {% block bodyclass %}NB-static{% endblock %} {% block extra_head_js %} {% include_stylesheets "common" %} {% endblock %} {% block content %}

NewsBlur News Popularity Spreadsheet Creator

Search for topics across millions of stories from millions of publishers
{% if success %}

Got it!
Email should be sent within the next few minutes.

{% else %}
{% csrf_token %}
{{ popularity_query_form.email.label_tag }} {{ popularity_query_form.email }} {{ popularity_query_form.query.label_tag }} {{ popularity_query_form.query }}
Example: pebble watch, philips hue, alexa
{% if popularity_query_form.errors %}
{% for field, error in popularity_query_form.errors.items %} {{ error|safe }} {% endfor %}
{% endif %}
{% endif %}
{% endblock %}