init
This commit is contained in:
5
resource/render/templates/nb_components.html
Normal file
5
resource/render/templates/nb_components.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% import 'macro' as macro %}
|
||||
|
||||
{% for chart in charts %}
|
||||
{{ macro.gen_components_content(chart) }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user