pyfedi/app/templates/list_communities.html

7 lines
152 B
HTML
Raw Normal View History

2023-08-22 02:24:11 -07:00
{% extends "base.html" %}
{% from 'bootstrap5/form.html' import render_form %}
{% block app_content %}
<p>Community list goes here.</p>
{% endblock %}