{% extends "layout.html" %} {% block body %}

Overview of {{site_name}}

{% for category in categories: %}

{{category.title}}

{% for item in category.articles: %}
{% if item.thumb | length: %} {% else: %} {% endif %}
{{item.title}}
Posted on {{item.timeline_posted | truncate(10,False,'')}}
{% endfor %}

View all datasets of {{category.title}} →

{% endfor %} {% endblock %}