why this html.twig file is not rendered
<div style="height:500px; background-color:#ffffff;background-image: url(/user/pages/01.home/_slideshow/image.jpg); background-position: initial;" ></div>
and this one is rendered, it seems because of div content HELLO
<div style="height:500px; background-color:#ffffff;background-image: url(/user/pages/01.home/_slideshow/image.jpg); background-position: initial;" >HELLO</div>
very weird, or i miss some obvious things
Thanks