check comp

This commit is contained in:
m
2026-03-25 12:56:06 +01:00
parent 6f046b3743
commit 62445a1812

View File

@@ -7,6 +7,7 @@ from flask_logic.registry import COMPONENTS
# ------------------------ # ------------------------
def render_blocks(blocks, context=None): def render_blocks(blocks, context=None):
html_output = [] html_output = []
print(COMPONENTS)
for block in blocks: for block in blocks:
block_type = block.get("type") block_type = block.get("type")