mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 03:43:42 -08:00
7 lines
163 B
HTML
7 lines
163 B
HTML
|
{% extends "base.html" %}
|
||
|
{% from 'bootstrap5/form.html' import render_form %}
|
||
|
|
||
|
{% block app_content %}
|
||
|
<p>List of home page content goes here.</p>
|
||
|
{% endblock %}
|