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

Overview of 4TU.ResearchData

{% 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 %}