My articles
For search: "{{ search_term }}" -- Found {{ results_count }} matching articles
Please enter a search term to search the articles. Or go back to all articles.
{% else %}Found no articles matching "{{ search_term }}".
Go back to all articles.
-
{% for article in results %}
-
{{ article.formattedDate }}
{{ article.title }}
{% if article.summary is not empty %}
-- {{ article.summary }} {% endif %}
{% endfor %}