check comp
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user