{% for post in postlist %}
  1. {{ post.data.title }} {% if "blur" in post.data.tags %}(mature){% endif %}

    {% if post.data.image %}
      {% for tag in post.data.tags | removeBasicTags %}
    • {{ tag }}
    • {% endfor %}
    {{ post.data.image.alt }} {% endif %}
  2. {% endfor %}