Elias Haugsbakk's Blog
For search: "{{ search_term }}" -- Found {{ results_count }} matching posts
Please enter a search term to search the blog 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 %}