{% comment %}
List of blog-posts.
Expects an array of post objects in the parameter `postlist`.
Call via:
----
{% include function_list-posts.html
postlist=POSTLIST
%}
----
{% endcomment %}
{% for current_post in include.postlist %}
{% include function_post-in-list-short.html
post = current_post
%}