{# Linked to by subscribe button if no feedreaders are available. #}
<!DOCTYPE html>
<html>
<head>
  <title>[application-rss+xml] {% trans %}Available feedreaders{% endtrans %}</title>
  <style>
    @import url(odysseus:butterick.css);
    main {text-align: center;}
  </style>
</head>
<body>
  <main>
    <h1>{% trans %}
      No <a href="https://www.youneedfeeds.com/">feed readers</a> are installed
    {% endtrans %}</h1>
    <p>{% trans %}
      In order to subscribe to a <a href="https://en.wikipedia.org/wiki/Web_feed">webfeed</a>,
      please install one first.
    {% endtrans %}</p>

    {% appstream "application/rss+xml;application/atom+xml" %}
  </main>
</body>
</html>
