#!/usr/bin/env python3 """ HTML 模板 """ from config import APP_NAME, APP_VERSION def get_html_template(): """返回完整的HTML模板""" return '''