mainwindows文件修正
This commit is contained in:
13
resource/render/templates/components.html
Normal file
13
resource/render/templates/components.html
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user