diff --git a/layout.html b/layout.html deleted file mode 100644 index 9da3d63..0000000 --- a/layout.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - 视频检测系统 - - - - - - - - -
- {% with messages = get_flashed_messages(with_categories=true) %} - {% if messages %} - {% for category, message in messages %} - - {% endfor %} - {% endif %} - {% endwith %} - - {% block content %}{% endblock %} -
- - - - - - {% block scripts %}{% endblock %} - - \ No newline at end of file