{% extends '_base.html' %} {% block head_title %}{% if topic.title %}{{ topic.title }}{% else %}Topics{% endif %} - {{ block.super }}{% endblock %} {% block content_container %}

In addition to serving data, Census Reporter wants to help you understand how to use it. Let us know if there are topics you’d like to see us explain.

{% if topic.slug %}

← Topics

{% endif %}

{{ topic.title }}

{{ topic.description }}

{% block content %}{% endblock %}
{% endblock %} {% block body_javascript_extra %}{{ block.super }} {% endblock %}