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

My posts

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

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

Please enter a search term to search the posts. Or go back to all posts.

{% else %}

Found no posts matching "{{ search_term }}".
Go back to all posts.

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