{% for post in posts %} {% if post.title %}
  • {{ post.title | raw }}
  • {% else %}
  • Post
  • {% endif %} {% endfor %}