{% extends "layout.html" %} {% block headers %} {% endblock %} {% block body %} {% if message is none %}

Found results ({{ dataset_count}}):

{% else: %}

No results found ({{ message }})

{% endif %} {% for item in articles %}
{% if item.thumb | length: %} {% else: %} {% endif %}
{{item.title}}
Posted on {{item.timeline_posted}}
{% endfor %} {% endblock %}