{% for source in data_sources %} {% if plugin.debug %}
      Url: {{ source.url }}
      Content:

      {{ source.content|pprint }}

  
{% elif source.kind == 'rss' %} {% for entry in source.content.entries|dictsort:"updated_parsed" %}

{{ entry.title }}

{% endfor %} {% endif %} {% endfor %}