1
0
mirror of https://git.sr.ht/~metalune/simpleweb_peertube synced 2024-12-22 08:55:47 +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 %}