--- 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.days_ago < 2 and post.topics.first == topic %} {% unless post.sources contains "PTI" %}

{{post.title | strip}}

{{post.content}}
{% endunless %} {%endif%} {% endfor %} {% endfor %}