1
0
mirror of https://git.sr.ht/~metalune/simpleweb_peertube synced 2024-12-22 23:07:55 +01:00
SimpleerTube_peertube_minim.../templates/video_channels/about.html

10 lines
137 B
HTML
Raw Normal View History

{% extends "video_channels/base.html" %}
{% block title %}{{ domain }}{% endblock %}
2021-01-23 15:20:10 +01:00
{% block content %}
Coming Soon!
{% endblock %}