{% 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 %} {% block app_content %} {% if len(topics) > 0 %}
{{ topic.name }} |
---|
{{ _('There are no communities yet.') }}
{% endif %} {% endblock %}