{% for item in posts %}
{% set _author = item.author %}{% set _time = item.time_ago %}{% set _show_share = true %}{% set _show_comment_form = true %}{% include "_post_card.html" %}
{% else %}
No posts yet. Be the first!
{% endfor %}
{% include "_load_more.html" %}
{% if user %}
+
{% call modal('create-post-modal', 'Create New Post') %}
{% endcall %}
{% else %}
+
{% endif %}
{% endblock %}