{% extends "base.html" %} {% block title %}{{ page_title }}{% endblock %} {% block content %}
Signal archive

Browse the full newsroom.

Filter the stream by topic or keyword, then jump into the detail page for the full summary, source context, and related reads.

{{ filter_form.q }}
{{ filter_form.topic }}
{% if selected_topic %}
Showing stories for {{ selected_topic.name }}.
{% endif %}
{% for story in stories %}

{{ story.title }}

{{ story.excerpt|default:story.content|truncatechars:180 }}

{% empty %}

No matches yet

Try a different keyword, switch topics, or publish the first original story.

Open CMS
{% endfor %}
{% endblock %}