{% for post in posts %} {{ post.date }} - {% if g.mode == "multi" %}{{ post.title }}{% else %}{{ post.title }}{% endif %} {% endfor%}