{% if items %}
{% for i in items %}
{{ i.title }}
{{ i.entry }}
{{ i.updated_at }}
{% endfor %}
{% else %}
No Data.
{% endif %}