WeChatMsg_NY/resource/render/templates/components.html
2025-01-22 17:22:20 +08:00

14 lines
204 B
HTML

{% import 'macro' as macro %}
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{{ chart.page_title }}</title>
</head>
<body>
{{ macro.gen_components_content(chart) }}
</body>
</html>