{%- if posts %}

Recent Posts

{%- for post in posts %} {% if post.published_date %} ${localize:(.now - post.published_date)} ago {% endif %} {% if .user and post.published and (.user.previous_login is None or .user.previous_login lt post.published_date) %} new! {% endif %}

${post.title}

{%- endfor %}
{%- endif %}