1
0
mirror of https://git.sr.ht/~metalune/simpleweb_peertube synced 2025-01-03 12:19:33 +01:00
SimpleerTube_peertube_minim.../templates/accounts/about.html
2021-01-23 15:20:10 +01:00

10 lines
131 B
HTML

{% extends "accounts/base.html" %}
{% block title %}{{ domain }}{% endblock %}
{% block content %}
Coming Soon!
{% endblock %}