{% macro feed_status(feed, threshold) %} {% if not feed.enabled %} status-disabled {% endif %} {% if threshold and feed.error_count > (threshold * 0.80) %} status-sick {% endif %} {% endmacro %} {% macro render_feeds() %} {% for f in feeds %}
No feeds found.
Add Feed Subscription