{% if posts %} {% for post in posts %} {% include "templates/includes/inline_post.html" %} {% endfor %} {% else %} {% if limit_start %}
No more posts.
{% else %}
Nothing posted yet.
{% endif %} {% endif %}