{% extends "base.html" %} {% from 'bootstrap5/form.html' import render_form %} {% block app_content %}

{{ _('Recent posts') }}

{% for post in posts %} {% include 'post/_post_teaser.html' %} {% else %}

{{ _('No posts yet.') }}

{% endfor %}

{{ _('Active communities') }}

Explore communities

{{ _('About %(site_name)s', site_name=g.site.name) }}

{{ g.site.description|safe }}

{{ g.site.sidebar|safe }}

RSS feed

{% endblock %}