""" Auto-generated Block Schema """ BLOCKLY_SCHEMA = { 'blocks': { 'create_server': { 'type': 'create_server', 'category': 'Backend', 'description': 'Auto-generated create_server', 'required_props': [], 'optional_props': [], 'children': { 'PORT': {'check': ['Number'], 'required': False}, 'MIDDLEWARE': { 'check': ['middleware_statement'], 'required': False}, 'ROUTES': {'check': ['route_statement'], 'required': False}}, 'color': '#3b82f6'}, 'api_method': { 'type': 'api_method', 'category': 'Backend', 'description': 'Auto-generated api_method', 'required_props': [], 'optional_props': ['METHOD'], 'children': { 'PATH': {'check': ['String'], 'required': False}, 'HANDLER': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'res_send': { 'type': 'res_send', 'category': 'Backend', 'description': 'Auto-generated res_send', 'required_props': [], 'optional_props': [], 'children': {'TEXT': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'console_log': { 'type': 'console_log', 'category': 'Backend', 'description': 'Auto-generated console_log', 'required_props': [], 'optional_props': [], 'children': {'VALUE': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'middleware_use': { 'type': 'middleware_use', 'category': 'Backend', 'description': 'Auto-generated middleware_use', 'required_props': [], 'optional_props': [], 'children': {'NAME': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'session_config': { 'type': 'session_config', 'category': 'Backend', 'description': 'Auto-generated session_config', 'required_props': [], 'optional_props': [], 'children': {'SECRET': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'jwt_sign': { 'type': 'jwt_sign', 'category': 'Backend', 'description': 'Auto-generated jwt_sign', 'required_props': [], 'optional_props': [], 'children': { 'PAYLOAD': {'check': None, 'required': False}, 'SECRET': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'jwt_verify': { 'type': 'jwt_verify', 'category': 'Backend', 'description': 'Auto-generated jwt_verify', 'required_props': [], 'optional_props': [], 'children': { 'TOKEN': {'check': ['String'], 'required': False}, 'SECRET': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'auth_middleware': { 'type': 'auth_middleware', 'category': 'Backend', 'description': 'Auto-generated auth_middleware', 'required_props': [], 'optional_props': [], 'children': {'SECRET': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'auth_check': { 'type': 'auth_check', 'category': 'Backend', 'description': 'Auto-generated auth_check', 'required_props': [], 'optional_props': [], 'children': { 'TOKEN': {'check': ['String'], 'required': False}, 'SECRET': {'check': ['String'], 'required': False}, 'DO': {'check': None, 'required': False}, 'ELSE': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'db_connect': { 'type': 'db_connect', 'category': 'Backend', 'description': 'Auto-generated db_connect', 'required_props': [], 'optional_props': [], 'children': {'URI': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'db_query': { 'type': 'db_query', 'category': 'Backend', 'description': 'Auto-generated db_query', 'required_props': [], 'optional_props': [], 'children': {'QUERY': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'res_json': { 'type': 'res_json', 'category': 'Backend', 'description': 'Auto-generated res_json', 'required_props': [], 'optional_props': [], 'children': {'PAYLOAD': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'json_parse': { 'type': 'json_parse', 'category': 'Backend', 'description': 'Auto-generated json_parse', 'required_props': [], 'optional_props': [], 'children': {'TEXT': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'req_body': { 'type': 'req_body', 'category': 'Backend', 'description': 'Auto-generated req_body', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'req_params': { 'type': 'req_params', 'category': 'Backend', 'description': 'Auto-generated req_params', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'simple_text_join': { 'type': 'simple_text_join', 'category': 'Backend', 'description': 'Auto-generated simple_text_join', 'required_props': [], 'optional_props': [], 'children': { 'part1': {'check': None, 'required': False}, 'part2': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'basic_html_root': { 'type': 'basic_html_root', 'category': 'Basic', 'description': 'Auto-generated basic_html_root', 'required_props': [], 'optional_props': [], 'children': { 'HEAD': {'check': ['basic_head_element'], 'required': False}, 'BODY': {'check': ['basic_body_element'], 'required': False}}, 'color': '#3b82f6'}, 'basic_css_wrapper': { 'type': 'basic_css_wrapper', 'category': 'Basic', 'description': 'Auto-generated basic_css_wrapper', 'required_props': [], 'optional_props': [], 'children': {'STYLES': {'check': ['basic_css_rule'], 'required': False}}, 'color': '#3b82f6'}, 'basic_style_rule': { 'type': 'basic_style_rule', 'category': 'Basic', 'description': 'Auto-generated basic_style_rule', 'required_props': [], 'optional_props': [], 'children': { 'DECLARATIONS': { 'check': ['basic_css_property'], 'required': False}}, 'color': '#3b82f6'}, 'basic_style_property': { 'type': 'basic_style_property', 'category': 'Basic', 'description': 'Auto-generated basic_style_property', 'required_props': [], 'optional_props': ['PROPERTY'], 'children': {}, 'color': '#3b82f6'}, 'basic_js_wrapper': { 'type': 'basic_js_wrapper', 'category': 'Basic', 'description': 'Auto-generated basic_js_wrapper', 'required_props': [], 'optional_props': [], 'children': {'CODE': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'basic_console_log': { 'type': 'basic_console_log', 'category': 'Basic', 'description': 'Auto-generated basic_console_log', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'basic_container': { 'type': 'basic_container', 'category': 'Basic', 'description': 'Auto-generated basic_container', 'required_props': [], 'optional_props': [], 'children': {'CONTENT': {'check': ['basic_body_element'], 'required': False}}, 'color': '#3b82f6'}, 'basic_text': { 'type': 'basic_text', 'category': 'Basic', 'description': 'Auto-generated basic_text', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'basic_button': { 'type': 'basic_button', 'category': 'Basic', 'description': 'Auto-generated basic_button', 'required_props': [], 'optional_props': [], 'children': {'ON_CLICK': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'basic_heading': { 'type': 'basic_heading', 'category': 'Basic', 'description': 'Auto-generated basic_heading', 'required_props': [], 'optional_props': ['LEVEL'], 'children': {}, 'color': '#3b82f6'}, 'basic_link': { 'type': 'basic_link', 'category': 'Basic', 'description': 'Auto-generated basic_link', 'required_props': [], 'optional_props': [], 'children': {'CONTENT': {'check': ['basic_body_element'], 'required': False}}, 'color': '#3b82f6'}, 'basic_image': { 'type': 'basic_image', 'category': 'Basic', 'description': 'Auto-generated basic_image', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'basic_list_container': { 'type': 'basic_list_container', 'category': 'Basic', 'description': 'Auto-generated basic_list_container', 'required_props': [], 'optional_props': ['TYPE'], 'children': {'ITEMS': {'check': ['basic_list_item'], 'required': False}}, 'color': '#3b82f6'}, 'basic_list_item': { 'type': 'basic_list_item', 'category': 'Basic', 'description': 'Auto-generated basic_list_item', 'required_props': [], 'optional_props': [], 'children': {'CONTENT': {'check': ['basic_body_element'], 'required': False}}, 'color': '#3b82f6'}, 'basic_form_wrapper': { 'type': 'basic_form_wrapper', 'category': 'Basic', 'description': 'Auto-generated basic_form_wrapper', 'required_props': [], 'optional_props': [], 'children': { 'CONTENT': { 'check': ['basic_body_element'], 'required': False}}, 'color': '#3b82f6'}, 'basic_input': { 'type': 'basic_input', 'category': 'Basic', 'description': 'Auto-generated basic_input', 'required_props': [], 'optional_props': ['TYPE'], 'children': {}, 'color': '#3b82f6'}, 'basic_textarea': { 'type': 'basic_textarea', 'category': 'Basic', 'description': 'Auto-generated basic_textarea', 'required_props': [], 'optional_props': ['ROWS'], 'children': {}, 'color': '#3b82f6'}, 'basic_label': { 'type': 'basic_label', 'category': 'Basic', 'description': 'Auto-generated basic_label', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'basic_select': { 'type': 'basic_select', 'category': 'Basic', 'description': 'Auto-generated basic_select', 'required_props': [], 'optional_props': [], 'children': {'OPTIONS': {'check': ['basic_option'], 'required': False}}, 'color': '#3b82f6'}, 'basic_option': { 'type': 'basic_option', 'category': 'Basic', 'description': 'Auto-generated basic_option', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'bootstrap_cdn_css': { 'type': 'bootstrap_cdn_css', 'category': 'Bootstrap', 'description': 'Auto-generated bootstrap_cdn_css', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'bootstrap_cdn_js': { 'type': 'bootstrap_cdn_js', 'category': 'Bootstrap', 'description': 'Auto-generated bootstrap_cdn_js', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'bootstrap_class': { 'type': 'bootstrap_class', 'category': 'Bootstrap', 'description': 'Auto-generated bootstrap_class', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'bootstrap_container': { 'type': 'bootstrap_container', 'category': 'Bootstrap', 'description': 'Auto-generated bootstrap_container', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'bootstrap_row': { 'type': 'bootstrap_row', 'category': 'Bootstrap', 'description': 'Auto-generated bootstrap_row', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'bootstrap_col': { 'type': 'bootstrap_col', 'category': 'Bootstrap', 'description': 'Auto-generated bootstrap_col', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'bootstrap_btn': { 'type': 'bootstrap_btn', 'category': 'Bootstrap', 'description': 'Auto-generated bootstrap_btn', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'bootstrap_card': { 'type': 'bootstrap_card', 'category': 'Bootstrap', 'description': 'Auto-generated bootstrap_card', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'class_attribute_dynamic': { 'type': 'class_attribute_dynamic', 'category': 'Class', 'description': 'Auto-generated class_attribute_dynamic', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'docker_service': { 'type': 'docker_service', 'category': 'Docker', 'description': 'Auto-generated docker_service', 'required_props': [], 'optional_props': [], 'children': { 'PORTS': {'check': ['docker_port'], 'required': False}, 'ENV': {'check': ['docker_env'], 'required': False}}, 'color': '#3b82f6'}, 'docker_port': { 'type': 'docker_port', 'category': 'Docker', 'description': 'Auto-generated docker_port', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'docker_env': { 'type': 'docker_env', 'category': 'Docker', 'description': 'Auto-generated docker_env', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'form': { 'type': 'form', 'category': 'Form', 'description': 'Auto-generated form', 'required_props': [], 'optional_props': ['METHOD'], 'children': {'ELEMENTS': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'form_input': { 'type': 'form_input', 'category': 'Form', 'description': 'Auto-generated form_input', 'required_props': [], 'optional_props': ['TYPE'], 'children': {}, 'color': '#3b82f6'}, 'label': { 'type': 'label', 'category': 'Form', 'description': 'Auto-generated label', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'textarea': { 'type': 'textarea', 'category': 'Form', 'description': 'Auto-generated textarea', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'select': { 'type': 'select', 'category': 'Form', 'description': 'Auto-generated select', 'required_props': [], 'optional_props': [], 'children': {'OPTIONS': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'option': { 'type': 'option', 'category': 'Form', 'description': 'Auto-generated option', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'html_attribute': { 'type': 'html_attribute', 'category': 'Html', 'description': 'Auto-generated html_attribute', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'html_attribute_dynamic': { 'type': 'html_attribute_dynamic', 'category': 'Html', 'description': 'Auto-generated html_attribute_dynamic', 'required_props': [], 'optional_props': [], 'children': {'VALUE': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'html_attribute_boolean': { 'type': 'html_attribute_boolean', 'category': 'Html', 'description': 'Auto-generated html_attribute_boolean', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'html_attr_id': { 'type': 'html_attr_id', 'category': 'Html', 'description': 'Auto-generated html_attr_id', 'required_props': [], 'optional_props': [], 'children': {'VALUE': {'check': ['css_selector', 'String'], 'required': False}}, 'color': '#3b82f6'}, 'html_attr_class': { 'type': 'html_attr_class', 'category': 'Html', 'description': 'Auto-generated html_attr_class', 'required_props': [], 'optional_props': [], 'children': { 'VALUE': { 'check': ['css_selector', 'String'], 'required': False}}, 'color': '#3b82f6'}, 'html_attributes_group': { 'type': 'html_attributes_group', 'category': 'Html', 'description': 'Auto-generated html_attributes_group', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'text_value': { 'type': 'text_value', 'category': 'Html', 'description': 'Auto-generated text_value', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'text_content': { 'type': 'text_content', 'category': 'Html', 'description': 'Auto-generated text_content', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'html_attr_${name}': { 'type': 'html_attr_${name}', 'category': 'Html', 'description': 'Auto-generated html_attr_${name}', 'required_props': [], 'optional_props': [], 'children': {'VALUE': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'html_attr_style': { 'type': 'html_attr_style', 'category': 'Html', 'description': 'Auto-generated html_attr_style', 'required_props': [], 'optional_props': [], 'children': {'VALUE': {'check': ['css_declaration'], 'required': False}}, 'color': '#3b82f6'}, 'html_heading': { 'type': 'html_heading', 'category': 'Html', 'description': 'Auto-generated html_heading', 'required_props': [], 'optional_props': ['LEVEL'], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_table_cell': { 'type': 'html_table_cell', 'category': 'Html', 'description': 'Auto-generated html_table_cell', 'required_props': [], 'optional_props': ['CELL_TYPE'], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_list': { 'type': 'html_list', 'category': 'Html', 'description': 'Auto-generated html_list', 'required_props': [], 'optional_props': ['LIST_TYPE'], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_img': { 'type': 'html_img', 'category': 'Html', 'description': 'Auto-generated html_img', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'SRC': {'check': ['String'], 'required': False}, 'ALT': {'check': ['String'], 'required': False}, 'WIDTH': {'check': ['String'], 'required': False}, 'HEIGHT': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'html_video': { 'type': 'html_video', 'category': 'Html', 'description': 'Auto-generated html_video', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'SRC': {'check': ['String'], 'required': False}, 'POSTER': {'check': ['String'], 'required': False}, 'WIDTH': {'check': ['String'], 'required': False}, 'HEIGHT': {'check': ['String'], 'required': False}, 'CONTENT': {'check': ['content'], 'required': False}}, 'color': '#3b82f6'}, 'html_audio': { 'type': 'html_audio', 'category': 'Html', 'description': 'Auto-generated html_audio', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'SRC': {'check': ['String'], 'required': False}, 'CONTENT': {'check': ['content'], 'required': False}}, 'color': '#3b82f6'}, 'html_iframe': { 'type': 'html_iframe', 'category': 'Html', 'description': 'Auto-generated html_iframe', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'SRC': {'check': ['String'], 'required': False}, 'WIDTH': {'check': ['String'], 'required': False}, 'HEIGHT': {'check': ['String'], 'required': False}, 'CONTENT': {'check': ['content'], 'required': False}}, 'color': '#3b82f6'}, 'html_track': { 'type': 'html_track', 'category': 'Html', 'description': 'Auto-generated html_track', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'KIND': {'check': ['String'], 'required': False}, 'SRC': {'check': ['String'], 'required': False}, 'SRCLANG': {'check': ['String'], 'required': False}, 'LABEL': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'html_source': { 'type': 'html_source', 'category': 'Html', 'description': 'Auto-generated html_source', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'SRCSET': {'check': ['String'], 'required': False}, 'MEDIA': {'check': ['String'], 'required': False}, 'TYPE': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'html_canvas': { 'type': 'html_canvas', 'category': 'Html', 'description': 'Auto-generated html_canvas', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'WIDTH': {'check': ['String'], 'required': False}, 'HEIGHT': {'check': ['String'], 'required': False}, 'CONTENT': {'check': ['content'], 'required': False}}, 'color': '#3b82f6'}, 'html_form': { 'type': 'html_form', 'category': 'Html', 'description': 'Auto-generated html_form', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'ACTION': {'check': ['String'], 'required': False}, 'METHOD': {'check': ['String'], 'required': False}, 'NAME': {'check': ['String'], 'required': False}, 'CONTENT': {'check': ['content'], 'required': False}}, 'color': '#3b82f6'}, 'html_input': { 'type': 'html_input', 'category': 'Html', 'description': 'Auto-generated html_input', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'TYPE': {'check': ['String'], 'required': False}, 'NAME': {'check': ['String'], 'required': False}, 'VALUE': {'check': ['String'], 'required': False}, 'PLACEHOLDER': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'html_textarea': { 'type': 'html_textarea', 'category': 'Html', 'description': 'Auto-generated html_textarea', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'NAME': {'check': ['String'], 'required': False}, 'ROWS': {'check': ['String'], 'required': False}, 'COLS': {'check': ['String'], 'required': False}, 'PLACEHOLDER': {'check': ['String'], 'required': False}, 'CONTENT': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'html_select': { 'type': 'html_select', 'category': 'Html', 'description': 'Auto-generated html_select', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'NAME': {'check': ['String'], 'required': False}, 'CONTENT': {'check': ['content'], 'required': False}}, 'color': '#3b82f6'}, 'html_button': { 'type': 'html_button', 'category': 'Html', 'description': 'Auto-generated html_button', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'TYPE': {'check': ['String'], 'required': False}, 'CONTENT': {'check': ['content'], 'required': False}}, 'color': '#3b82f6'}, 'html_a': { 'type': 'html_a', 'category': 'Html', 'description': 'Auto-generated html_a', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'HREF': {'check': ['String'], 'required': False}, 'TARGET': {'check': ['String'], 'required': False}, 'REL': {'check': ['String'], 'required': False}, 'CONTENT': {'check': ['content'], 'required': False}}, 'color': '#3b82f6'}, 'html_picture': { 'type': 'html_picture', 'category': 'Html', 'description': 'Auto-generated html_picture', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': ['content'], 'required': False}}, 'color': '#3b82f6'}, 'html_area': { 'type': 'html_area', 'category': 'Html', 'description': 'Auto-generated html_area', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'SHAPE': {'check': ['String'], 'required': False}, 'COORDS': {'check': ['String'], 'required': False}, 'HREF': {'check': ['String'], 'required': False}, 'ALT': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'html_progress': { 'type': 'html_progress', 'category': 'Html', 'description': 'Auto-generated html_progress', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'VALUE': {'check': ['String'], 'required': False}, 'MAX': {'check': ['String'], 'required': False}, 'CONTENT': {'check': ['content'], 'required': False}}, 'color': '#3b82f6'}, 'html_meter': { 'type': 'html_meter', 'category': 'Html', 'description': 'Auto-generated html_meter', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'VALUE': {'check': ['String'], 'required': False}, 'MIN': {'check': ['String'], 'required': False}, 'MAX': {'check': ['String'], 'required': False}, 'LOW': {'check': ['String'], 'required': False}, 'HIGH': {'check': ['String'], 'required': False}, 'OPTIMUM': {'check': ['String'], 'required': False}, 'CONTENT': {'check': ['content'], 'required': False}}, 'color': '#3b82f6'}, 'html_link': { 'type': 'html_link', 'category': 'Html', 'description': 'Auto-generated html_link', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'REL': {'check': ['String'], 'required': False}, 'HREF': {'check': ['String'], 'required': False}, 'TYPE': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'html_meta': { 'type': 'html_meta', 'category': 'Html', 'description': 'Auto-generated html_meta', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'NAME': {'check': ['String'], 'required': False}, 'CONTENT': {'check': ['String'], 'required': False}, 'CHARSET': {'check': ['String'], 'required': False}, 'HTTP_EQUIV': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'html_base': { 'type': 'html_base', 'category': 'Html', 'description': 'Auto-generated html_base', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'HREF': {'check': ['String'], 'required': False}, 'TARGET': {'check': ['String'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'doctype': { 'type': 'doctype', 'category': 'Html', 'description': 'Auto-generated doctype', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'html_tag': { 'type': 'html_tag', 'category': 'Html', 'description': 'Auto-generated html_tag', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': ['head_tag', 'body_tag'], 'required': False}}, 'color': '#3b82f6'}, 'head_tag': { 'type': 'head_tag', 'category': 'Html', 'description': 'Auto-generated head_tag', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': ['metadata'], 'required': False}}, 'color': '#3b82f6'}, 'title_tag': { 'type': 'title_tag', 'category': 'Html', 'description': 'Auto-generated title_tag', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}}, 'color': '#3b82f6'}, 'body_tag': { 'type': 'body_tag', 'category': 'Html', 'description': 'Auto-generated body_tag', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_abbr': { 'type': 'html_abbr', 'category': 'Structure', 'description': 'Auto-generated html_abbr', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_address': { 'type': 'html_address', 'category': 'Structure', 'description': 'Auto-generated html_address', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_article': { 'type': 'html_article', 'category': 'Structure', 'description': 'Auto-generated html_article', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_aside': { 'type': 'html_aside', 'category': 'Structure', 'description': 'Auto-generated html_aside', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_b': { 'type': 'html_b', 'category': 'Structure', 'description': 'Auto-generated html_b', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_bdi': { 'type': 'html_bdi', 'category': 'Structure', 'description': 'Auto-generated html_bdi', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_bdo': { 'type': 'html_bdo', 'category': 'Structure', 'description': 'Auto-generated html_bdo', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_blockquote': { 'type': 'html_blockquote', 'category': 'Structure', 'description': 'Auto-generated html_blockquote', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_body': { 'type': 'html_body', 'category': 'Structure', 'description': 'Auto-generated html_body', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_br': { 'type': 'html_br', 'category': 'Structure', 'description': 'Auto-generated html_br', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}}, 'color': '#3b82f6'}, 'html_caption': { 'type': 'html_caption', 'category': 'Structure', 'description': 'Auto-generated html_caption', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_cite': { 'type': 'html_cite', 'category': 'Structure', 'description': 'Auto-generated html_cite', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_code': { 'type': 'html_code', 'category': 'Structure', 'description': 'Auto-generated html_code', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_col': { 'type': 'html_col', 'category': 'Structure', 'description': 'Auto-generated html_col', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}}, 'color': '#3b82f6'}, 'html_colgroup': { 'type': 'html_colgroup', 'category': 'Structure', 'description': 'Auto-generated html_colgroup', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_data': { 'type': 'html_data', 'category': 'Structure', 'description': 'Auto-generated html_data', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_datalist': { 'type': 'html_datalist', 'category': 'Structure', 'description': 'Auto-generated html_datalist', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_dd': { 'type': 'html_dd', 'category': 'Structure', 'description': 'Auto-generated html_dd', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_del': { 'type': 'html_del', 'category': 'Structure', 'description': 'Auto-generated html_del', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_details': { 'type': 'html_details', 'category': 'Structure', 'description': 'Auto-generated html_details', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_dfn': { 'type': 'html_dfn', 'category': 'Structure', 'description': 'Auto-generated html_dfn', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_dialog': { 'type': 'html_dialog', 'category': 'Structure', 'description': 'Auto-generated html_dialog', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_div': { 'type': 'html_div', 'category': 'Structure', 'description': 'Auto-generated html_div', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_dl': { 'type': 'html_dl', 'category': 'Structure', 'description': 'Auto-generated html_dl', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_dt': { 'type': 'html_dt', 'category': 'Structure', 'description': 'Auto-generated html_dt', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_em': { 'type': 'html_em', 'category': 'Structure', 'description': 'Auto-generated html_em', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_embed': { 'type': 'html_embed', 'category': 'Structure', 'description': 'Auto-generated html_embed', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}}, 'color': '#3b82f6'}, 'html_fieldset': { 'type': 'html_fieldset', 'category': 'Structure', 'description': 'Auto-generated html_fieldset', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_figcaption': { 'type': 'html_figcaption', 'category': 'Structure', 'description': 'Auto-generated html_figcaption', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_figure': { 'type': 'html_figure', 'category': 'Structure', 'description': 'Auto-generated html_figure', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_footer': { 'type': 'html_footer', 'category': 'Structure', 'description': 'Auto-generated html_footer', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_head': { 'type': 'html_head', 'category': 'Structure', 'description': 'Auto-generated html_head', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_header': { 'type': 'html_header', 'category': 'Structure', 'description': 'Auto-generated html_header', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_hgroup': { 'type': 'html_hgroup', 'category': 'Structure', 'description': 'Auto-generated html_hgroup', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_hr': { 'type': 'html_hr', 'category': 'Structure', 'description': 'Auto-generated html_hr', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}}, 'color': '#3b82f6'}, 'html_html': { 'type': 'html_html', 'category': 'Structure', 'description': 'Auto-generated html_html', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_i': { 'type': 'html_i', 'category': 'Structure', 'description': 'Auto-generated html_i', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_ins': { 'type': 'html_ins', 'category': 'Structure', 'description': 'Auto-generated html_ins', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_kbd': { 'type': 'html_kbd', 'category': 'Structure', 'description': 'Auto-generated html_kbd', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_label': { 'type': 'html_label', 'category': 'Structure', 'description': 'Auto-generated html_label', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_legend': { 'type': 'html_legend', 'category': 'Structure', 'description': 'Auto-generated html_legend', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_li': { 'type': 'html_li', 'category': 'Structure', 'description': 'Auto-generated html_li', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_main': { 'type': 'html_main', 'category': 'Structure', 'description': 'Auto-generated html_main', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_map': { 'type': 'html_map', 'category': 'Structure', 'description': 'Auto-generated html_map', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_mark': { 'type': 'html_mark', 'category': 'Structure', 'description': 'Auto-generated html_mark', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_menu': { 'type': 'html_menu', 'category': 'Structure', 'description': 'Auto-generated html_menu', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_nav': { 'type': 'html_nav', 'category': 'Structure', 'description': 'Auto-generated html_nav', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_noscript': { 'type': 'html_noscript', 'category': 'Structure', 'description': 'Auto-generated html_noscript', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_object': { 'type': 'html_object', 'category': 'Structure', 'description': 'Auto-generated html_object', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_ol': { 'type': 'html_ol', 'category': 'Structure', 'description': 'Auto-generated html_ol', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_optgroup': { 'type': 'html_optgroup', 'category': 'Structure', 'description': 'Auto-generated html_optgroup', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_option': { 'type': 'html_option', 'category': 'Structure', 'description': 'Auto-generated html_option', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_output': { 'type': 'html_output', 'category': 'Structure', 'description': 'Auto-generated html_output', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_p': { 'type': 'html_p', 'category': 'Structure', 'description': 'Auto-generated html_p', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_param': { 'type': 'html_param', 'category': 'Structure', 'description': 'Auto-generated html_param', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}}, 'color': '#3b82f6'}, 'html_pre': { 'type': 'html_pre', 'category': 'Structure', 'description': 'Auto-generated html_pre', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_q': { 'type': 'html_q', 'category': 'Structure', 'description': 'Auto-generated html_q', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_rp': { 'type': 'html_rp', 'category': 'Structure', 'description': 'Auto-generated html_rp', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_rt': { 'type': 'html_rt', 'category': 'Structure', 'description': 'Auto-generated html_rt', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_ruby': { 'type': 'html_ruby', 'category': 'Structure', 'description': 'Auto-generated html_ruby', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_s': { 'type': 'html_s', 'category': 'Structure', 'description': 'Auto-generated html_s', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_samp': { 'type': 'html_samp', 'category': 'Structure', 'description': 'Auto-generated html_samp', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_script': { 'type': 'html_script', 'category': 'Structure', 'description': 'Auto-generated html_script', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_section': { 'type': 'html_section', 'category': 'Structure', 'description': 'Auto-generated html_section', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_slot': { 'type': 'html_slot', 'category': 'Structure', 'description': 'Auto-generated html_slot', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_small': { 'type': 'html_small', 'category': 'Structure', 'description': 'Auto-generated html_small', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_span': { 'type': 'html_span', 'category': 'Structure', 'description': 'Auto-generated html_span', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_strong': { 'type': 'html_strong', 'category': 'Structure', 'description': 'Auto-generated html_strong', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_style': { 'type': 'html_style', 'category': 'Structure', 'description': 'Auto-generated html_style', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_sub': { 'type': 'html_sub', 'category': 'Structure', 'description': 'Auto-generated html_sub', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_summary': { 'type': 'html_summary', 'category': 'Structure', 'description': 'Auto-generated html_summary', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_sup': { 'type': 'html_sup', 'category': 'Structure', 'description': 'Auto-generated html_sup', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_table': { 'type': 'html_table', 'category': 'Structure', 'description': 'Auto-generated html_table', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_tbody': { 'type': 'html_tbody', 'category': 'Structure', 'description': 'Auto-generated html_tbody', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_template': { 'type': 'html_template', 'category': 'Structure', 'description': 'Auto-generated html_template', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_tfoot': { 'type': 'html_tfoot', 'category': 'Structure', 'description': 'Auto-generated html_tfoot', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_th': { 'type': 'html_th', 'category': 'Structure', 'description': 'Auto-generated html_th', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_thead': { 'type': 'html_thead', 'category': 'Structure', 'description': 'Auto-generated html_thead', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_time': { 'type': 'html_time', 'category': 'Structure', 'description': 'Auto-generated html_time', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_title': { 'type': 'html_title', 'category': 'Structure', 'description': 'Auto-generated html_title', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_tr': { 'type': 'html_tr', 'category': 'Structure', 'description': 'Auto-generated html_tr', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_u': { 'type': 'html_u', 'category': 'Structure', 'description': 'Auto-generated html_u', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_var': { 'type': 'html_var', 'category': 'Structure', 'description': 'Auto-generated html_var', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}, 'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'html_wbr': { 'type': 'html_wbr', 'category': 'Structure', 'description': 'Auto-generated html_wbr', 'required_props': [], 'optional_props': [], 'children': { 'ATTRS': { 'check': [ 'html_attr_bundle', 'html_attr_entry', 'css_selector'], 'required': False}}, 'color': '#3b82f6'}, 'list_block': { 'type': 'list_block', 'category': 'List', 'description': 'Auto-generated list_block', 'required_props': [], 'optional_props': ['LIST_TYPE'], 'children': {'ITEMS': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'list_item': { 'type': 'list_item', 'category': 'List', 'description': 'Auto-generated list_item', 'required_props': [], 'optional_props': ['ITEM_TYPE'], 'children': {}, 'color': '#3b82f6'}, 'list_link': { 'type': 'list_link', 'category': 'List', 'description': 'Auto-generated list_link', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'img': { 'type': 'img', 'category': 'Media', 'description': 'Auto-generated img', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'video': { 'type': 'video', 'category': 'Media', 'description': 'Auto-generated video', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'audio': { 'type': 'audio', 'category': 'Media', 'description': 'Auto-generated audio', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'iframe': { 'type': 'iframe', 'category': 'Media', 'description': 'Auto-generated iframe', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'script_tag': { 'type': 'script_tag', 'category': 'Script', 'description': 'Auto-generated script_tag', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'dom_get_element': { 'type': 'dom_get_element', 'category': 'Script', 'description': 'Auto-generated dom_get_element', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'dom_set_text': { 'type': 'dom_set_text', 'category': 'Script', 'description': 'Auto-generated dom_set_text', 'required_props': [], 'optional_props': [], 'children': { 'ELEMENT': {'check': ['Element'], 'required': False}, 'TEXT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'dom_set_html': { 'type': 'dom_set_html', 'category': 'Script', 'description': 'Auto-generated dom_set_html', 'required_props': [], 'optional_props': [], 'children': { 'ELEMENT': {'check': ['Element'], 'required': False}, 'HTML': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'dom_set_style': { 'type': 'dom_set_style', 'category': 'Script', 'description': 'Auto-generated dom_set_style', 'required_props': [], 'optional_props': [], 'children': {'ELEMENT': {'check': ['Element'], 'required': False}}, 'color': '#3b82f6'}, 'dom_add_class': { 'type': 'dom_add_class', 'category': 'Script', 'description': 'Auto-generated dom_add_class', 'required_props': [], 'optional_props': [], 'children': {'ELEMENT': {'check': ['Element'], 'required': False}}, 'color': '#3b82f6'}, 'dom_remove_class': { 'type': 'dom_remove_class', 'category': 'Script', 'description': 'Auto-generated dom_remove_class', 'required_props': [], 'optional_props': [], 'children': {'ELEMENT': {'check': ['Element'], 'required': False}}, 'color': '#3b82f6'}, 'dom_toggle_class': { 'type': 'dom_toggle_class', 'category': 'Script', 'description': 'Auto-generated dom_toggle_class', 'required_props': [], 'optional_props': [], 'children': {'ELEMENT': {'check': ['Element'], 'required': False}}, 'color': '#3b82f6'}, 'window_alert': { 'type': 'window_alert', 'category': 'Script', 'description': 'Auto-generated window_alert', 'required_props': [], 'optional_props': [], 'children': {'TEXT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'set_timeout': { 'type': 'set_timeout', 'category': 'Script', 'description': 'Auto-generated set_timeout', 'required_props': [], 'optional_props': ['DELAY'], 'children': {'DO': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'set_interval': { 'type': 'set_interval', 'category': 'Script', 'description': 'Auto-generated set_interval', 'required_props': [], 'optional_props': ['DELAY'], 'children': {'DO': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'selector_id': { 'type': 'selector_id', 'category': 'Style', 'description': 'Auto-generated selector_id', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'selector_class': { 'type': 'selector_class', 'category': 'Style', 'description': 'Auto-generated selector_class', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'selector_multiple': { 'type': 'selector_multiple', 'category': 'Style', 'description': 'Auto-generated selector_multiple', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'selector_all': { 'type': 'selector_all', 'category': 'Style', 'description': 'Auto-generated selector_all', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'selector_attribute': { 'type': 'selector_attribute', 'category': 'Style', 'description': 'Auto-generated selector_attribute', 'required_props': [], 'optional_props': ['OP'], 'children': {}, 'color': '#3b82f6'}, 'selector_text': { 'type': 'selector_text', 'category': 'Style', 'description': 'Auto-generated selector_text', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'css_stylesheet': { 'type': 'css_stylesheet', 'category': 'Style', 'description': 'Auto-generated css_stylesheet', 'required_props': [], 'optional_props': [], 'children': {'RULES': {'check': ['css_rule'], 'required': False}}, 'color': '#3b82f6'}, 'css_rule': { 'type': 'css_rule', 'category': 'Style', 'description': 'Auto-generated css_rule', 'required_props': [], 'optional_props': [], 'children': { 'SELECTOR': {'check': ['css_selector'], 'required': False}, 'DECLS': {'check': ['css_declaration'], 'required': False}}, 'color': '#3b82f6'}, 'style_id_rule': { 'type': 'style_id_rule', 'category': 'Style', 'description': 'Auto-generated style_id_rule', 'required_props': [], 'optional_props': [], 'children': {'DECLS': {'check': ['css_declaration'], 'required': False}}, 'color': '#3b82f6'}, 'style_class_rule': { 'type': 'style_class_rule', 'category': 'Style', 'description': 'Auto-generated style_class_rule', 'required_props': [], 'optional_props': [], 'children': {'DECLS': {'check': ['css_declaration'], 'required': False}}, 'color': '#3b82f6'}, 'style_element_rule': { 'type': 'style_element_rule', 'category': 'Style', 'description': 'Auto-generated style_element_rule', 'required_props': [], 'optional_props': [], 'children': {'DECLS': {'check': ['css_declaration'], 'required': False}}, 'color': '#3b82f6'}, 'css_link_tag': { 'type': 'css_link_tag', 'category': 'Style', 'description': 'Auto-generated css_link_tag', 'required_props': [], 'optional_props': ['REL'], 'children': {}, 'color': '#3b82f6'}, 'css_display': { 'type': 'css_display', 'category': 'Style', 'description': 'Auto-generated css_display', 'required_props': [], 'optional_props': [], 'children': {'VALUE': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'display_position': { 'type': 'display_position', 'category': 'Style', 'description': 'Auto-generated display_position', 'required_props': [], 'optional_props': ['PROPERTY'], 'children': {'VALUE': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'css_position_offset': { 'type': 'css_position_offset', 'category': 'Style', 'description': 'Auto-generated css_position_offset', 'required_props': [], 'optional_props': ['PROPERTY', 'VALUE', 'UNIT'], 'children': {}, 'color': '#3b82f6'}, 'position_values': { 'type': 'position_values', 'category': 'Style', 'description': 'Auto-generated position_values', 'required_props': [], 'optional_props': ['VALUE'], 'children': {}, 'color': '#3b82f6'}, 'css_flex_container': { 'type': 'css_flex_container', 'category': 'Style', 'description': 'Auto-generated css_flex_container', 'required_props': [], 'optional_props': ['DIRECTION', 'JUSTIFY', 'ALIGN'], 'children': {}, 'color': '#3b82f6'}, 'css_gap': { 'type': 'css_gap', 'category': 'Style', 'description': 'Auto-generated css_gap', 'required_props': [], 'optional_props': [], 'children': {'VALUE': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'box_margin': { 'type': 'box_margin', 'category': 'Style', 'description': 'Auto-generated box_margin', 'required_props': [], 'optional_props': ['PROPERTY'], 'children': {'VALUE': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'box_padding': { 'type': 'box_padding', 'category': 'Style', 'description': 'Auto-generated box_padding', 'required_props': [], 'optional_props': ['PROPERTY'], 'children': {'VALUE': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'box_dimensions': { 'type': 'box_dimensions', 'category': 'Style', 'description': 'Auto-generated box_dimensions', 'required_props': [], 'optional_props': ['PROPERTY'], 'children': {'VALUE': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'css_dimension': { 'type': 'css_dimension', 'category': 'Style', 'description': 'Auto-generated css_dimension', 'required_props': [], 'optional_props': ['PROPERTY', 'VALUE', 'UNIT'], 'children': {}, 'color': '#3b82f6'}, 'css_spacing': { 'type': 'css_spacing', 'category': 'Style', 'description': 'Auto-generated css_spacing', 'required_props': [], 'optional_props': ['TYPE', 'SIDE', 'VALUE', 'UNIT'], 'children': {}, 'color': '#3b82f6'}, 'css_background_color': { 'type': 'css_background_color', 'category': 'Style', 'description': 'Auto-generated css_background_color', 'required_props': [], 'optional_props': [], 'children': {'VALUE': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'css_background_image': { 'type': 'css_background_image', 'category': 'Style', 'description': 'Auto-generated css_background_image', 'required_props': [], 'optional_props': [], 'children': {'VALUE': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'css_box_shadow': { 'type': 'css_box_shadow', 'category': 'Style', 'description': 'Auto-generated css_box_shadow', 'required_props': [], 'optional_props': [], 'children': {'VALUE': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'opacity_property': { 'type': 'opacity_property', 'category': 'Style', 'description': 'Auto-generated opacity_property', 'required_props': [], 'optional_props': [], 'children': {'VALUE': {'check': ['String', 'Number'], 'required': False}}, 'color': '#3b82f6'}, 'background_properties': { 'type': 'background_properties', 'category': 'Style', 'description': 'Auto-generated background_properties', 'required_props': [], 'optional_props': [], 'children': {'VALUE': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'css_border': { 'type': 'css_border', 'category': 'Style', 'description': 'Auto-generated css_border', 'required_props': [], 'optional_props': ['WIDTH', 'STYLE'], 'children': {'COLOR': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'css_border_side': { 'type': 'css_border_side', 'category': 'Style', 'description': 'Auto-generated css_border_side', 'required_props': [], 'optional_props': ['SIDE', 'WIDTH'], 'children': {}, 'color': '#3b82f6'}, 'css_border_radius': { 'type': 'css_border_radius', 'category': 'Style', 'description': 'Auto-generated css_border_radius', 'required_props': [], 'optional_props': [], 'children': {'VALUE': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'border_properties': { 'type': 'border_properties', 'category': 'Style', 'description': 'Auto-generated border_properties', 'required_props': [], 'optional_props': ['PROPERTY'], 'children': {'VALUE': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'outline_properties': { 'type': 'outline_properties', 'category': 'Style', 'description': 'Auto-generated outline_properties', 'required_props': [], 'optional_props': ['PROPERTY'], 'children': {'VALUE': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'css_typography': { 'type': 'css_typography', 'category': 'Style', 'description': 'Auto-generated css_typography', 'required_props': [], 'optional_props': [], 'children': {'VALUE': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'css_text_align': { 'type': 'css_text_align', 'category': 'Style', 'description': 'Auto-generated css_text_align', 'required_props': [], 'optional_props': ['VALUE'], 'children': {}, 'color': '#3b82f6'}, 'font_properties': { 'type': 'font_properties', 'category': 'Style', 'description': 'Auto-generated font_properties', 'required_props': [], 'optional_props': ['PROPERTY'], 'children': {'VALUE': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'text_appearance': { 'type': 'text_appearance', 'category': 'Style', 'description': 'Auto-generated text_appearance', 'required_props': [], 'optional_props': ['PROPERTY'], 'children': {'VALUE': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'text_spacing': { 'type': 'text_spacing', 'category': 'Style', 'description': 'Auto-generated text_spacing', 'required_props': [], 'optional_props': ['PROPERTY'], 'children': {'VALUE': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'a_link': { 'type': 'a_link', 'category': 'Style', 'description': 'Auto-generated a_link', 'required_props': [], 'optional_props': [], 'children': {'DECLS': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'a_visited': { 'type': 'a_visited', 'category': 'Style', 'description': 'Auto-generated a_visited', 'required_props': [], 'optional_props': [], 'children': {'DECLS': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'a_hover': { 'type': 'a_hover', 'category': 'Style', 'description': 'Auto-generated a_hover', 'required_props': [], 'optional_props': [], 'children': {'DECLS': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'a_active': { 'type': 'a_active', 'category': 'Style', 'description': 'Auto-generated a_active', 'required_props': [], 'optional_props': [], 'children': {'DECLS': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'css_media_rule': { 'type': 'css_media_rule', 'category': 'Style', 'description': 'Auto-generated css_media_rule', 'required_props': [], 'optional_props': [], 'children': {'RULES': {'check': ['css_rule'], 'required': False}}, 'color': '#3b82f6'}, 'css_value_color': { 'type': 'css_value_color', 'category': 'Style', 'description': 'Auto-generated css_value_color', 'required_props': [], 'optional_props': ['COLOR'], 'children': {}, 'color': '#3b82f6'}, 'css_value_unit': { 'type': 'css_value_unit', 'category': 'Style', 'description': 'Auto-generated css_value_unit', 'required_props': [], 'optional_props': ['VALUE', 'UNIT'], 'children': {}, 'color': '#3b82f6'}, 'selector_pseudo': { 'type': 'selector_pseudo', 'category': 'Style', 'description': 'Auto-generated selector_pseudo', 'required_props': [], 'optional_props': ['PSEUDO'], 'children': {'SELECTOR': {'check': ['css_selector'], 'required': False}}, 'color': '#3b82f6'}, 'css_property_entry': { 'type': 'css_property_entry', 'category': 'Style', 'description': 'Auto-generated css_property_entry', 'required_props': [], 'optional_props': [], 'children': { 'PROP': {'check': ['String'], 'required': False}, 'VALUE': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'css_property_custom': { 'type': 'css_property_custom', 'category': 'Style', 'description': 'Auto-generated css_property_custom', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'style_set_color': { 'type': 'style_set_color', 'category': 'Style', 'description': 'Auto-generated style_set_color', 'required_props': [], 'optional_props': ['COLOR'], 'children': {}, 'color': '#3b82f6'}, 'style_set_bg_color': { 'type': 'style_set_bg_color', 'category': 'Style', 'description': 'Auto-generated style_set_bg_color', 'required_props': [], 'optional_props': ['COLOR'], 'children': {}, 'color': '#3b82f6'}, 'style_set_width': { 'type': 'style_set_width', 'category': 'Style', 'description': 'Auto-generated style_set_width', 'required_props': [], 'optional_props': ['WIDTH'], 'children': {'VALUE': {'check': ['String'], 'required': False}}, 'color': '#3b82f6'}, 'table': { 'type': 'table', 'category': 'Table', 'description': 'Auto-generated table', 'required_props': [], 'optional_props': ['BORDER'], 'children': {'CONTENT': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'tr': { 'type': 'tr', 'category': 'Table', 'description': 'Auto-generated tr', 'required_props': [], 'optional_props': [], 'children': {'CELLS': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'th': { 'type': 'th', 'category': 'Table', 'description': 'Auto-generated th', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'td': { 'type': 'td', 'category': 'Table', 'description': 'Auto-generated td', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'caption': { 'type': 'caption', 'category': 'Table', 'description': 'Auto-generated caption', 'required_props': [], 'optional_props': [], 'children': {'ROWS': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'colgroup': { 'type': 'colgroup', 'category': 'Table', 'description': 'Auto-generated colgroup', 'required_props': [], 'optional_props': [], 'children': {'COLS': {'check': None, 'required': False}}, 'color': '#3b82f6'}, 'col': { 'type': 'col', 'category': 'Table', 'description': 'Auto-generated col', 'required_props': [], 'optional_props': ['SPAN'], 'children': {}, 'color': '#3b82f6'}, 'tailwind_cdn_css': { 'type': 'tailwind_cdn_css', 'category': 'Tailwind', 'description': 'Auto-generated tailwind_cdn_css', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'tailwind_class': { 'type': 'tailwind_class', 'category': 'Tailwind', 'description': 'Auto-generated tailwind_class', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'tailwind_flex': { 'type': 'tailwind_flex', 'category': 'Tailwind', 'description': 'Auto-generated tailwind_flex', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'tailwind_grid': { 'type': 'tailwind_grid', 'category': 'Tailwind', 'description': 'Auto-generated tailwind_grid', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'tailwind_spacing': { 'type': 'tailwind_spacing', 'category': 'Tailwind', 'description': 'Auto-generated tailwind_spacing', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'tailwind_colors': { 'type': 'tailwind_colors', 'category': 'Tailwind', 'description': 'Auto-generated tailwind_colors', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'tailwind_typography': { 'type': 'tailwind_typography', 'category': 'Tailwind', 'description': 'Auto-generated tailwind_typography', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'text': { 'type': 'text', 'category': 'Text', 'description': 'Auto-generated text', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'heading_block': { 'type': 'heading_block', 'category': 'Text', 'description': 'Auto-generated heading_block', 'required_props': [], 'optional_props': ['CONTENT'], 'children': {}, 'color': '#3b82f6'}, 'paragraph': { 'type': 'paragraph', 'category': 'Text', 'description': 'Auto-generated paragraph', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'br': { 'type': 'br', 'category': 'Text', 'description': 'Auto-generated br', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'pre': { 'type': 'pre', 'category': 'Text', 'description': 'Auto-generated pre', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'hr': { 'type': 'hr', 'category': 'Text', 'description': 'Auto-generated hr', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'b': { 'type': 'b', 'category': 'Text', 'description': 'Auto-generated b', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'strong': { 'type': 'strong', 'category': 'Text', 'description': 'Auto-generated strong', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'i': { 'type': 'i', 'category': 'Text', 'description': 'Auto-generated i', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'em': { 'type': 'em', 'category': 'Text', 'description': 'Auto-generated em', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'u': { 'type': 'u', 'category': 'Text', 'description': 'Auto-generated u', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'mark': { 'type': 'mark', 'category': 'Text', 'description': 'Auto-generated mark', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'small': { 'type': 'small', 'category': 'Text', 'description': 'Auto-generated small', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'sub': { 'type': 'sub', 'category': 'Text', 'description': 'Auto-generated sub', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'sup': { 'type': 'sup', 'category': 'Text', 'description': 'Auto-generated sup', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 's': { 'type': 's', 'category': 'Text', 'description': 'Auto-generated s', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'a': { 'type': 'a', 'category': 'Text', 'description': 'Auto-generated a', 'required_props': [], 'optional_props': [], 'children': {}, 'color': '#3b82f6'}, 'html_raw': { 'type': 'html_raw', 'category': 'Structure', 'description': 'Auto-generated html_raw', 'required_props': [], 'optional_props': ['CODE'], 'children': {}, 'color': '#3b82f6'}}, 'allowed_connections': { 'create_server': { 'PORT': [], 'MIDDLEWARE': [ 'db_connect', 'session_config', 'middleware_use', 'auth_middleware'], 'ROUTES': ['api_method']}, 'api_method': { 'PATH': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'HANDLER': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'res_send': { 'TEXT': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'console_log': {'VALUE': [], 'NEXT': '*'}, 'middleware_use': { 'NAME': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'session_config': { 'SECRET': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'jwt_sign': { 'PAYLOAD': [], 'SECRET': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card']}, 'jwt_verify': { 'TOKEN': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'SECRET': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card']}, 'auth_middleware': { 'SECRET': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'auth_check': { 'TOKEN': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'SECRET': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'DO': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'ELSE': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'db_connect': { 'URI': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'db_query': { 'QUERY': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card']}, 'res_json': {'PAYLOAD': [], 'NEXT': '*'}, 'json_parse': { 'TEXT': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card']}, 'req_body': {}, 'req_params': {}, 'simple_text_join': {'part1': [], 'part2': []}, 'basic_html_root': { 'HEAD': ['basic_css_wrapper', 'basic_js_wrapper'], 'BODY': [ 'basic_form_wrapper', 'basic_select', 'basic_container', 'basic_image', 'basic_label', 'basic_text', 'basic_link', 'basic_input', 'basic_list_container', 'basic_textarea', 'basic_heading', 'basic_button']}, 'basic_css_wrapper': {'STYLES': ['basic_style_rule'], 'NEXT': '*'}, 'basic_style_rule': {'DECLARATIONS': ['basic_style_property'], 'NEXT': '*'}, 'basic_style_property': {'NEXT': '*'}, 'basic_js_wrapper': { 'CODE': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'basic_console_log': {'NEXT': '*'}, 'basic_container': { 'CONTENT': [ 'basic_form_wrapper', 'basic_select', 'basic_container', 'basic_image', 'basic_label', 'basic_text', 'basic_link', 'basic_input', 'basic_list_container', 'basic_textarea', 'basic_heading', 'basic_button'], 'NEXT': '*'}, 'basic_text': {'NEXT': '*'}, 'basic_button': { 'ON_CLICK': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'basic_heading': {'NEXT': '*'}, 'basic_link': { 'CONTENT': [ 'basic_form_wrapper', 'basic_select', 'basic_container', 'basic_image', 'basic_label', 'basic_text', 'basic_link', 'basic_input', 'basic_list_container', 'basic_textarea', 'basic_heading', 'basic_button'], 'NEXT': '*'}, 'basic_image': {'NEXT': '*'}, 'basic_list_container': {'ITEMS': ['basic_list_item'], 'NEXT': '*'}, 'basic_list_item': { 'CONTENT': [ 'basic_form_wrapper', 'basic_select', 'basic_container', 'basic_image', 'basic_label', 'basic_text', 'basic_link', 'basic_input', 'basic_list_container', 'basic_textarea', 'basic_heading', 'basic_button'], 'NEXT': '*'}, 'basic_form_wrapper': { 'CONTENT': [ 'basic_form_wrapper', 'basic_select', 'basic_container', 'basic_image', 'basic_label', 'basic_text', 'basic_link', 'basic_input', 'basic_list_container', 'basic_textarea', 'basic_heading', 'basic_button'], 'NEXT': '*'}, 'basic_input': {'NEXT': '*'}, 'basic_textarea': {'NEXT': '*'}, 'basic_label': {'NEXT': '*'}, 'basic_select': {'OPTIONS': ['basic_option'], 'NEXT': '*'}, 'basic_option': {'NEXT': '*'}, 'bootstrap_cdn_css': {'NEXT': '*'}, 'bootstrap_cdn_js': {'NEXT': '*'}, 'bootstrap_class': {}, 'bootstrap_container': {}, 'bootstrap_row': {}, 'bootstrap_col': {}, 'bootstrap_btn': {}, 'bootstrap_card': {}, 'class_attribute_dynamic': {}, 'docker_service': {'PORTS': ['docker_port'], 'ENV': ['docker_env'], 'NEXT': '*'}, 'docker_port': {'NEXT': '*'}, 'docker_env': {'NEXT': '*'}, 'form': { 'ELEMENTS': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area']}, 'form_input': {}, 'label': {}, 'textarea': {}, 'select': { 'OPTIONS': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area']}, 'option': {}, 'html_attribute': {}, 'html_attribute_dynamic': { 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card']}, 'html_attribute_boolean': {}, 'html_attr_id': { 'VALUE': [ 'text_value', 'tailwind_flex', 'selector_pseudo', 'jwt_sign', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'tailwind_typography', 'selector_all', 'selector_text', 'tailwind_colors', 'simple_text_join', 'bootstrap_col', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'text', 'css_value_unit', 'bootstrap_container', 'selector_class', 'css_value_color', 'tailwind_spacing']}, 'html_attr_class': { 'VALUE': [ 'text_value', 'tailwind_flex', 'selector_pseudo', 'jwt_sign', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'tailwind_typography', 'selector_all', 'selector_text', 'tailwind_colors', 'simple_text_join', 'bootstrap_col', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'text', 'css_value_unit', 'bootstrap_container', 'selector_class', 'css_value_color', 'tailwind_spacing']}, 'html_attributes_group': {}, 'text_value': {}, 'text_content': {'NEXT': '*'}, 'html_attr_${name}': { 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card']}, 'html_attr_style': { 'VALUE': [ 'css_display', 'css_box_shadow', 'display_position', 'box_padding', 'css_gap', 'background_properties', 'outline_properties', 'css_flex_container', 'font_properties', 'css_background_color', 'css_position_offset', 'css_dimension', 'box_margin', 'css_background_image', 'css_property_custom', 'css_border', 'css_text_align', 'css_property_entry', 'style_set_color', 'style_set_bg_color', 'css_typography', 'css_border_radius', 'style_set_width', 'text_appearance', 'text_spacing', 'position_values', 'css_spacing', 'border_properties', 'opacity_property', 'css_border_side', 'box_dimensions']}, 'html_heading': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_table_cell': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_list': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_img': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'SRC': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'ALT': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'WIDTH': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'HEIGHT': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'html_video': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'SRC': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'POSTER': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'WIDTH': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'HEIGHT': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'CONTENT': ['text_content'], 'NEXT': '*'}, 'html_audio': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'SRC': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'CONTENT': ['text_content'], 'NEXT': '*'}, 'html_iframe': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'SRC': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'WIDTH': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'HEIGHT': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'CONTENT': ['text_content'], 'NEXT': '*'}, 'html_track': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'KIND': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'SRC': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'SRCLANG': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'LABEL': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'html_source': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'SRCSET': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'MEDIA': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'TYPE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'html_canvas': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'WIDTH': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'HEIGHT': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'CONTENT': ['text_content'], 'NEXT': '*'}, 'html_form': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'ACTION': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'METHOD': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NAME': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'CONTENT': ['text_content'], 'NEXT': '*'}, 'html_input': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'TYPE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NAME': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'PLACEHOLDER': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'html_textarea': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'NAME': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'ROWS': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'COLS': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'PLACEHOLDER': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_select': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'NAME': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'CONTENT': ['text_content'], 'NEXT': '*'}, 'html_button': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'TYPE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'CONTENT': ['text_content'], 'NEXT': '*'}, 'html_a': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'HREF': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'TARGET': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'REL': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'CONTENT': ['text_content'], 'NEXT': '*'}, 'html_picture': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': ['text_content'], 'NEXT': '*'}, 'html_area': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'SHAPE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'COORDS': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'HREF': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'ALT': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'html_progress': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'MAX': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'CONTENT': ['text_content'], 'NEXT': '*'}, 'html_meter': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'MIN': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'MAX': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'LOW': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'HIGH': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'OPTIMUM': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'CONTENT': ['text_content'], 'NEXT': '*'}, 'html_link': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'REL': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'HREF': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'TYPE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'html_meta': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'NAME': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'CONTENT': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'CHARSET': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'HTTP_EQUIV': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'html_base': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'HREF': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'TARGET': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'doctype': {'NEXT': '*'}, 'html_tag': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': ['body_tag', 'head_tag']}, 'head_tag': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_meta', 'title_tag', 'html_link', 'css_stylesheet', 'css_media_rule', 'html_base', 'css_link_tag'], 'NEXT': '*'}, 'title_tag': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing']}, 'body_tag': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area']}, 'html_abbr': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_address': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_article': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_aside': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_b': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_bdi': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_bdo': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_blockquote': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_body': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_br': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'NEXT': '*'}, 'html_caption': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_cite': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_code': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_col': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'NEXT': '*'}, 'html_colgroup': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_data': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_datalist': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_dd': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_del': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_details': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_dfn': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_dialog': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_div': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_dl': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_dt': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_em': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_embed': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'NEXT': '*'}, 'html_fieldset': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_figcaption': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_figure': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_footer': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_head': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_header': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_hgroup': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_hr': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'NEXT': '*'}, 'html_html': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_i': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_ins': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_kbd': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_label': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_legend': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_li': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_main': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_map': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_mark': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_menu': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_nav': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_noscript': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_object': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_ol': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_optgroup': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_option': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_output': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_p': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_param': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'NEXT': '*'}, 'html_pre': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_q': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_rp': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_rt': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_ruby': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_s': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_samp': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_script': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_section': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_slot': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_small': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_span': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_strong': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_style': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_sub': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_summary': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_sup': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_table': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_tbody': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_template': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_tfoot': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_th': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_thead': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_time': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_title': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_tr': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_u': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_var': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'html_wbr': { 'ATTRS': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'html_attr_style', 'tailwind_typography', 'html_attributes_group', 'selector_all', 'html_attribute', 'html_attr_${name}', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'html_attr_class', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'html_attr_id', 'bootstrap_container', 'selector_class', 'html_attribute_boolean', 'html_attribute_dynamic', 'class_attribute_dynamic', 'tailwind_spacing'], 'NEXT': '*'}, 'list_block': { 'ITEMS': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area']}, 'list_item': {}, 'list_link': {}, 'img': {}, 'video': {}, 'audio': {}, 'iframe': {}, 'script_tag': {}, 'dom_get_element': {}, 'dom_set_text': {'ELEMENT': ['dom_get_element'], 'TEXT': []}, 'dom_set_html': {'ELEMENT': ['dom_get_element'], 'HTML': []}, 'dom_set_style': {'ELEMENT': ['dom_get_element']}, 'dom_add_class': {'ELEMENT': ['dom_get_element']}, 'dom_remove_class': {'ELEMENT': ['dom_get_element']}, 'dom_toggle_class': {'ELEMENT': ['dom_get_element']}, 'window_alert': {'TEXT': []}, 'set_timeout': { 'DO': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area']}, 'set_interval': { 'DO': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area']}, 'selector_id': {}, 'selector_class': {}, 'selector_multiple': {}, 'selector_all': {}, 'selector_attribute': {}, 'selector_text': {}, 'css_stylesheet': { 'RULES': [ 'a_link', 'style_id_rule', 'a_active', 'style_element_rule', 'a_hover', 'style_class_rule', 'a_visited', 'css_rule'], 'NEXT': '*'}, 'css_rule': { 'SELECTOR': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'tailwind_typography', 'selector_all', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'bootstrap_container', 'selector_class', 'tailwind_spacing'], 'DECLS': [ 'css_display', 'css_box_shadow', 'display_position', 'box_padding', 'css_gap', 'background_properties', 'outline_properties', 'css_flex_container', 'font_properties', 'css_background_color', 'css_position_offset', 'css_dimension', 'box_margin', 'css_background_image', 'css_property_custom', 'css_border', 'css_text_align', 'css_property_entry', 'style_set_color', 'style_set_bg_color', 'css_typography', 'css_border_radius', 'style_set_width', 'text_appearance', 'text_spacing', 'position_values', 'css_spacing', 'border_properties', 'opacity_property', 'css_border_side', 'box_dimensions'], 'NEXT': '*'}, 'style_id_rule': { 'DECLS': [ 'css_display', 'css_box_shadow', 'display_position', 'box_padding', 'css_gap', 'background_properties', 'outline_properties', 'css_flex_container', 'font_properties', 'css_background_color', 'css_position_offset', 'css_dimension', 'box_margin', 'css_background_image', 'css_property_custom', 'css_border', 'css_text_align', 'css_property_entry', 'style_set_color', 'style_set_bg_color', 'css_typography', 'css_border_radius', 'style_set_width', 'text_appearance', 'text_spacing', 'position_values', 'css_spacing', 'border_properties', 'opacity_property', 'css_border_side', 'box_dimensions'], 'NEXT': '*'}, 'style_class_rule': { 'DECLS': [ 'css_display', 'css_box_shadow', 'display_position', 'box_padding', 'css_gap', 'background_properties', 'outline_properties', 'css_flex_container', 'font_properties', 'css_background_color', 'css_position_offset', 'css_dimension', 'box_margin', 'css_background_image', 'css_property_custom', 'css_border', 'css_text_align', 'css_property_entry', 'style_set_color', 'style_set_bg_color', 'css_typography', 'css_border_radius', 'style_set_width', 'text_appearance', 'text_spacing', 'position_values', 'css_spacing', 'border_properties', 'opacity_property', 'css_border_side', 'box_dimensions'], 'NEXT': '*'}, 'style_element_rule': { 'DECLS': [ 'css_display', 'css_box_shadow', 'display_position', 'box_padding', 'css_gap', 'background_properties', 'outline_properties', 'css_flex_container', 'font_properties', 'css_background_color', 'css_position_offset', 'css_dimension', 'box_margin', 'css_background_image', 'css_property_custom', 'css_border', 'css_text_align', 'css_property_entry', 'style_set_color', 'style_set_bg_color', 'css_typography', 'css_border_radius', 'style_set_width', 'text_appearance', 'text_spacing', 'position_values', 'css_spacing', 'border_properties', 'opacity_property', 'css_border_side', 'box_dimensions'], 'NEXT': '*'}, 'css_link_tag': {'NEXT': '*'}, 'css_display': { 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'display_position': { 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'css_position_offset': {'NEXT': '*'}, 'position_values': {'NEXT': '*'}, 'css_flex_container': {'NEXT': '*'}, 'css_gap': { 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'box_margin': { 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'box_padding': { 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'box_dimensions': { 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'css_dimension': {'NEXT': '*'}, 'css_spacing': {'NEXT': '*'}, 'css_background_color': { 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'css_background_image': { 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'css_box_shadow': { 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'opacity_property': { 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'background_properties': { 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'css_border': { 'COLOR': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'css_border_side': {'NEXT': '*'}, 'css_border_radius': { 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'border_properties': { 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'outline_properties': { 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'css_typography': { 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'css_text_align': {'NEXT': '*'}, 'font_properties': { 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'text_appearance': { 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'text_spacing': { 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'a_link': { 'DECLS': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'a_visited': { 'DECLS': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'a_hover': { 'DECLS': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'a_active': { 'DECLS': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area'], 'NEXT': '*'}, 'css_media_rule': { 'RULES': [ 'a_link', 'style_id_rule', 'a_active', 'style_element_rule', 'a_hover', 'style_class_rule', 'a_visited', 'css_rule'], 'NEXT': '*'}, 'css_value_color': {}, 'css_value_unit': {}, 'selector_pseudo': { 'SELECTOR': [ 'tailwind_flex', 'selector_pseudo', 'tailwind_grid', 'selector_attribute', 'bootstrap_class', 'selector_id', 'bootstrap_card', 'tailwind_typography', 'selector_all', 'selector_text', 'tailwind_colors', 'bootstrap_col', 'selector_multiple', 'bootstrap_btn', 'tailwind_class', 'bootstrap_row', 'bootstrap_container', 'selector_class', 'tailwind_spacing']}, 'css_property_entry': { 'PROP': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'css_property_custom': {'NEXT': '*'}, 'style_set_color': {'NEXT': '*'}, 'style_set_bg_color': {'NEXT': '*'}, 'style_set_width': { 'VALUE': [ 'text', 'bootstrap_btn', 'text_value', 'tailwind_flex', 'tailwind_typography', 'tailwind_class', 'css_value_unit', 'bootstrap_row', 'tailwind_spacing', 'bootstrap_container', 'jwt_sign', 'tailwind_grid', 'css_value_color', 'bootstrap_col', 'tailwind_colors', 'bootstrap_class', 'simple_text_join', 'bootstrap_card'], 'NEXT': '*'}, 'table': { 'CONTENT': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area']}, 'tr': { 'CELLS': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area']}, 'th': {}, 'td': {}, 'caption': { 'ROWS': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area']}, 'colgroup': { 'COLS': [ 'html_samp', 'html_form', 'html_br', 'res_json', 'html_figure', 'html_var', 'html_span', 'html_strong', 'html_div', 'html_mark', 'html_img', 'bootstrap_cdn_js', 'auth_check', 'html_dfn', 'html_kbd', 'html_pre', 'html_ol', 'html_aside', 'html_footer', 'bootstrap_cdn_css', 'html_heading', 'html_colgroup', 'html_label', 'html_audio', 'html_picture', 'html_figcaption', 'html_summary', 'html_select', 'html_b', 'html_abbr', 'html_map', 'html_noscript', 'html_tfoot', 'html_slot', 'html_u', 'html_input', 'html_iframe', 'html_tr', 'html_dd', 'html_dialog', 'console_log', 'html_option', 'html_time', 'html_header', 'html_main', 'html_sub', 'html_q', 'html_template', 'html_p', 'html_dt', 'html_li', 'html_code', 'html_button', 'html_object', 'html_nav', 'html_caption', 'html_i', 'html_output', 'html_optgroup', 'html_menu', 'html_tbody', 'html_dl', 'html_hgroup', 'html_cite', 'html_list', 'html_raw', 'html_progress', 'html_track', 'html_sup', 'html_hr', 'html_html', 'html_table', 'html_datalist', 'html_table_cell', 'html_em', 'html_embed', 'html_canvas', 'html_textarea', 'html_thead', 'html_ins', 'html_bdo', 'html_legend', 'html_bdi', 'html_details', 'html_meter', 'html_data', 'html_title', 'html_section', 'html_rp', 'html_th', 'tailwind_cdn_css', 'html_s', 'html_head', 'res_send', 'html_param', 'text_content', 'html_fieldset', 'html_article', 'html_body', 'html_rt', 'html_video', 'html_script', 'html_col', 'html_a', 'html_ruby', 'html_del', 'html_source', 'html_blockquote', 'html_small', 'html_style', 'basic_console_log', 'html_address', 'html_wbr', 'html_area']}, 'col': {}, 'tailwind_cdn_css': {'NEXT': '*'}, 'tailwind_class': {}, 'tailwind_flex': {}, 'tailwind_grid': {}, 'tailwind_spacing': {}, 'tailwind_colors': {}, 'tailwind_typography': {}, 'text': {}, 'heading_block': {}, 'paragraph': {}, 'br': {}, 'pre': {}, 'hr': {}, 'b': {}, 'strong': {}, 'i': {}, 'em': {}, 'u': {}, 'mark': {}, 'small': {}, 'sub': {}, 'sup': {}, 's': {}, 'a': {}, 'html_raw': {'NEXT': '*'}}, 'block_categories': { 'Backend': [ 'create_server', 'api_method', 'res_send', 'console_log', 'middleware_use', 'session_config', 'jwt_sign', 'jwt_verify', 'auth_middleware', 'auth_check', 'db_connect', 'db_query', 'res_json', 'json_parse', 'req_body', 'req_params', 'simple_text_join'], 'Basic': [ 'basic_html_root', 'basic_css_wrapper', 'basic_style_rule', 'basic_style_property', 'basic_js_wrapper', 'basic_console_log', 'basic_container', 'basic_text', 'basic_button', 'basic_heading', 'basic_link', 'basic_image', 'basic_list_container', 'basic_list_item', 'basic_form_wrapper', 'basic_input', 'basic_textarea', 'basic_label', 'basic_select', 'basic_option'], 'Bootstrap': [ 'bootstrap_cdn_css', 'bootstrap_cdn_js', 'bootstrap_class', 'bootstrap_container', 'bootstrap_row', 'bootstrap_col', 'bootstrap_btn', 'bootstrap_card'], 'Class': ['class_attribute_dynamic'], 'Docker': ['docker_service', 'docker_port', 'docker_env'], 'Form': ['form', 'form_input', 'label', 'textarea', 'select', 'option'], 'Html': [ 'html_attribute', 'html_attribute_dynamic', 'html_attribute_boolean', 'html_attr_id', 'html_attr_class', 'html_attributes_group', 'text_value', 'text_content', 'html_attr_${name}', 'html_attr_style', 'html_heading', 'html_table_cell', 'html_list', 'html_img', 'html_video', 'html_audio', 'html_iframe', 'html_track', 'html_source', 'html_canvas', 'html_form', 'html_input', 'html_textarea', 'html_select', 'html_button', 'html_a', 'html_picture', 'html_area', 'html_progress', 'html_meter', 'html_link', 'html_meta', 'html_base', 'doctype', 'html_tag', 'head_tag', 'title_tag', 'body_tag'], 'Structure': [ 'html_abbr', 'html_address', 'html_article', 'html_aside', 'html_b', 'html_bdi', 'html_bdo', 'html_blockquote', 'html_body', 'html_br', 'html_caption', 'html_cite', 'html_code', 'html_col', 'html_colgroup', 'html_data', 'html_datalist', 'html_dd', 'html_del', 'html_details', 'html_dfn', 'html_dialog', 'html_div', 'html_dl', 'html_dt', 'html_em', 'html_embed', 'html_fieldset', 'html_figcaption', 'html_figure', 'html_footer', 'html_head', 'html_header', 'html_hgroup', 'html_hr', 'html_html', 'html_i', 'html_ins', 'html_kbd', 'html_label', 'html_legend', 'html_li', 'html_main', 'html_map', 'html_mark', 'html_menu', 'html_nav', 'html_noscript', 'html_object', 'html_ol', 'html_optgroup', 'html_option', 'html_output', 'html_p', 'html_param', 'html_pre', 'html_q', 'html_rp', 'html_rt', 'html_ruby', 'html_s', 'html_samp', 'html_script', 'html_section', 'html_slot', 'html_small', 'html_span', 'html_strong', 'html_style', 'html_sub', 'html_summary', 'html_sup', 'html_table', 'html_tbody', 'html_template', 'html_tfoot', 'html_th', 'html_thead', 'html_time', 'html_title', 'html_tr', 'html_u', 'html_var', 'html_wbr', 'html_raw'], 'List': ['list_block', 'list_item', 'list_link'], 'Media': ['img', 'video', 'audio', 'iframe'], 'Script': [ 'script_tag', 'dom_get_element', 'dom_set_text', 'dom_set_html', 'dom_set_style', 'dom_add_class', 'dom_remove_class', 'dom_toggle_class', 'window_alert', 'set_timeout', 'set_interval'], 'Style': [ 'selector_id', 'selector_class', 'selector_multiple', 'selector_all', 'selector_attribute', 'selector_text', 'css_stylesheet', 'css_rule', 'style_id_rule', 'style_class_rule', 'style_element_rule', 'css_link_tag', 'css_display', 'display_position', 'css_position_offset', 'position_values', 'css_flex_container', 'css_gap', 'box_margin', 'box_padding', 'box_dimensions', 'css_dimension', 'css_spacing', 'css_background_color', 'css_background_image', 'css_box_shadow', 'opacity_property', 'background_properties', 'css_border', 'css_border_side', 'css_border_radius', 'border_properties', 'outline_properties', 'css_typography', 'css_text_align', 'font_properties', 'text_appearance', 'text_spacing', 'a_link', 'a_visited', 'a_hover', 'a_active', 'css_media_rule', 'css_value_color', 'css_value_unit', 'selector_pseudo', 'css_property_entry', 'css_property_custom', 'style_set_color', 'style_set_bg_color', 'style_set_width'], 'Table': ['table', 'tr', 'th', 'td', 'caption', 'colgroup', 'col'], 'Tailwind': [ 'tailwind_cdn_css', 'tailwind_class', 'tailwind_flex', 'tailwind_grid', 'tailwind_spacing', 'tailwind_colors', 'tailwind_typography'], 'Text': [ 'text', 'heading_block', 'paragraph', 'br', 'pre', 'hr', 'b', 'strong', 'i', 'em', 'u', 'mark', 'small', 'sub', 'sup', 's', 'a']}} # Helper functions def get_block_schema(block_type: str): return BLOCKLY_SCHEMA["blocks"].get(block_type) def get_allowed_children(block_type: str, input_name: str = None): connections = BLOCKLY_SCHEMA["allowed_connections"].get(block_type, {}) if input_name: allowed = connections.get(input_name, []) return allowed if allowed != "*" else None return connections def get_blocks_by_category(category: str): return BLOCKLY_SCHEMA["block_categories"].get(category, [])