function render() { var children = ; if (someCondition) { children = ; } return
{children}
; }