Hi Nick,If I understand your requirement correctly, your var htmlBlock1
depends upon ( targetData.christmas == 1 ) condition.You can try below
in your delivery:<%var htmlBlock1 = ' ' ;if ( targetData.christmas == 1
) { var htmlBlock1 =
} %>-- HTML Content --You can call
this variable in the HTML content using <%= htmlBlock1 %>Hope this
helps.Thanks,Anita