{% extends "lifeflow/lifeflow_base.html" %} {% block title %} RSS {% endblock %} {% block body %}

RSS Feeds

The most general feed contains all entries. There is also a comment feed. For those with a more specialized palette, there are feeds for these categories of entries: {% for flow in flows %} {{ flow.title }} {% endfor %}. Beyond that, there is a feed for new projects, as well as a feed for translations.

Looking for another feed? There are also feeds for languages, tags, series, and authors. {% endblock %}