When rendering a template `view.render().el` , the...
# suitecommerce
c
When rendering a template
view.render().el
, the output is wapped in a
<div>
. Is there a way to only render what's in the template and skip the extra
<div>
?