{% for data_source in data_sources %} {% for data in data_source.content reversed %}
  • {{data.title}}
  • {% endfor %} {% endfor %}