1
0
mirror of https://github.com/LC044/WeChatMsg synced 2025-04-13 22:58:08 +08:00
WeChatMsg/resource/render/templates/nb_nteract.html
2023-05-22 11:32:12 +08:00

14 lines
237 B
HTML

{% 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>