huabu/templates/partials/node.html

2 lines
111 B
HTML
Raw Permalink Normal View History

2026-02-07 00:17:23 +08:00
{% from "components/node_macro.html" import render_node %}
{{ render_node(node_data, node_instance_id, x, y) }}