1
0
mirror of https://git.sr.ht/~metalune/simpleweb_peertube synced 2025-03-10 14:30:08 +01:00

8 lines
134 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block title %}{{ domain }}{% endblock %}
{% block content %}
<b>{{ instance_name }}</b>
{% endblock %}