My posts
For search: "{{ search_term }}" -- Found {{ results_count }} matching posts
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.
-
{% for post in results %}
-
{{ post.formattedDate }}
{{ post.title }}
{% if post.summary is not empty %}
-- {{ post.summary }} {% endif %}
{% endfor %}