WeChatMsg/resource/render/templates/components.html

14 lines
204 B
HTML
Raw Normal View History

2023-05-22 11:32:12 +08:00
{% 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>