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

Found results ({{ dataset_count}}):

{% if dataset_count > 100 %}

Please note that only the first 100 records are displayed.

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