fork from github/youtube-local
This commit is contained in:
7
youtube/templates/status.html
Normal file
7
youtube/templates/status.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% set page_title = (title if (title is defined) else 'Status') %}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block main %}
|
||||
{{ message }}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user