--- title: "Beatroot News: Text-only" layout: default ---

{{page.title}}

{% for topic in site.topics %}

{{topic | capitalize}}

{% for post in site.pages %} {% if post.topics and post.topics.first == topic %} {% unless post.syndicated %} {% include_cached story.html story=post %} {% endunless %} {%endif%} {% endfor %}
{% endfor %}