diff --git a/flask_logic/renderer.py b/flask_logic/renderer.py index a033a5d..63ba202 100644 --- a/flask_logic/renderer.py +++ b/flask_logic/renderer.py @@ -7,6 +7,7 @@ from flask_logic.registry import COMPONENTS # ------------------------ def render_blocks(blocks, context=None): html_output = [] + print(COMPONENTS) for block in blocks: block_type = block.get("type")