SimpleerTube/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 14:20:10 +00:00
{% block content %}
Coming Soon!
{% endblock %}