mirror of
https://git.sr.ht/~metalune/simpleweb_peertube
synced 2025-03-10 10:40:05 +01:00
8 lines
134 B
HTML
8 lines
134 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}{{ domain }}{% endblock %}
|
|
|
|
{% block content %}
|
|
<b>{{ instance_name }}</b>
|
|
{% endblock %}
|