WeChatMsg/resource/render/templates/components.html
2023-05-22 11:32:12 +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>