✨ Welcome to {{ config.name }}!
Join some communities to populate your home timeline!
You can get started by searching for a community to join!
{% for post in list %}
{% if post[0].context.repost and post[0].context.repost.reposting -%}
{{ components::repost(repost=post[3], post=post[0], owner=post[1], secondary=true, community=post[2], show_community=true) }}
{% else %}
{{ components::post(post=post[0], owner=post[1], question=post[4], secondary=true, community=post[2]) }}
{%- endif %}
{% endfor %}
{{ components::pagination(page=page, items=list|length) }}
{%- endif %}