{% set cnt = j2_active_users(request) %} { "widgettype": "VBox", "options": {"css": "card", "padding": "16px", "borderRadius": "12px", "width": "100%"}, "subwidgets": [ {"widgettype": "Text", "options": {"text": "活跃用户", "fontSize": "12px", "color": "var(--sage-text-secondary)"}}, {"widgettype": "Title2", "options": {"text": "{{cnt}}", "fontWeight": "700", "marginTop": "4px"}} ] }