### Current Situation The following snippet could be valid syntax, but will not render properly: ```python html.div( [ "one", "two", ["three", "four"] ] ) ``` ### Proposed Actions Allow for nested lists to be recursively rendered as VDOM.