{% extends "layout.html" %} {% block title %}{{ section.title }}{% endblock title %} {% block post_header %}

The ultimate multi-purpose RSS reader, data stream, mash-up, aggregation web application

Features

Download selfoss {{ config.extra.current_stable_version }}
Android app on F-Droid

Screenshots

{% endblock post_header %} {% block content %}

Documentation

{% set doc_section = get_section(path="docs/_index.md") %} {% for sec_path in doc_section.subsections %} {% set sec = get_section(path=sec_path) %} {% if sec.extra.show_home %}

{{ sec.title }}

{% endif %}
{% endfor %}
{% endblock content %} {% block scripts %} {% if current_path == '/' %} {% endif %} {{ super() }} {% endblock scripts %}