pyfedi/app/templates/list_communities.html
2023-08-22 21:24:11 +12:00

6 lines
152 B
HTML

{% extends "base.html" %}
{% from 'bootstrap5/form.html' import render_form %}
{% block app_content %}
<p>Community list goes here.</p>
{% endblock %}