components.html

master
Qkbrauyvi 4 years ago
parent 81e0c68fb0
commit 07a4f94d15

@ -0,0 +1,13 @@
{% 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>
Loading…
Cancel
Save