{% extends "templates/layout.html" %} {% block content %}
← back

My articles

For search: "{{ search_term }}" -- Found {{ results_count }} matching articles

{% if results is empty %}
{% if search_term is empty %}

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.

{% endif %}
{% else %} {% endif %}
{% endblock %}