mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
6 lines
152 B
HTML
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 %}
|