Second html template destroyed

Hi,

I’m trying to get 2 html templates to work at the same time, don’t know if this is possible but when I add the second the first one is destroyed.

CG 1 ADD 1 “U23/tilemapV3” 1
CG 1 ADD 11 “U23/Lower” 1

[2018-11-05 11:59:17.395] [15072] [info] html[file://D:/Casparcg/CasparCG Server 2.1.0 Beta/server/templates/U23/tilemapV3.html] Destroyed.

Is this some mistake on my templates or we have to do all the templates in one html file.

Tks.

html templates do not support the flash layers property, you will need to run them on separate caspar layers instead.

Commands should be written as
CG 1-1 ADD 1 “U23/tilemapV3” 1
CG 1-2 ADD 1 “U23/Lower” 1

Thanks,

It’s working now… It was the first time using html.