This commit is contained in:
睿 安
2026-01-21 16:48:36 +08:00
commit abba5cb273
246 changed files with 57473 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{% import 'macro' as macro %}
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
{{ macro.render_chart_dependencies(chart) }}
</head>
<body>
{% for c in chart %}
{{ macro.render_chart_content(c) }}
{% endfor %}
</body>
</html>