{{ post.title }}
{{ post.description }}
{% call macros::table(post) %}
{% endfor %}
{{ title }}
{{ description }}
posts
{% for post in posts %}
{% endfor %}
{% let tags = posts|collect_tags %}
{% if !tags.is_empty() %}
tags
{% endif %} {% for tag in tags %} {{ tag.0 }}{% endfor %}