{% if theme() and file_exists('app/templates/themes/' + theme() + '/base.html') %} {% extends 'themes/' + theme() + '/base.html' %} {% else %} {% extends "base.html" %} {% endif %} {% from 'bootstrap5/form.html' import render_form %} {% set active_child = type %} {% block app_content %}
{% if announcement -%}
{{ announcement|safe }}
{% endif -%} {% include "_home_nav.html" %}
{% for post in posts.items -%} {% include 'post/_post_teaser.html' %} {% else -%}

{{ _('No posts yet. Join some communities to see more.') }}

{{ _('Explore communities') }}

{% endfor -%}
{% endblock %}