SELECT 'text' AS component , '' AS html ; SELECT 'button' AS component , 'center' AS justify , 'lg' AS size ; SELECT 'New '||$title AS title , 2 AS width , 'gray-500' AS color , '/'||$tool AS link ; SELECT 'form' AS component , $tool||'-open' AS id , '/'||$tool||'/' AS action , '' AS validate , 'get' AS method ; SELECT 'C0DE' AS placeholder , 'input' AS type , '' AS label , 'hash' AS name , 2 AS width , TRUE AS autofocus ; SELECT 'button' AS component , 'center' AS justify , 'lg' AS size , 2 AS width ; SELECT 'Submit' AS title , 1 AS width , $tabler_color AS color , $tool||'-open' AS form ;