@@if(ishome == 'yes'){
@@if(video != ""){ @@include('section_video_home.html', {"video" : "@@video"}) } @@if(slide == "yes"){ @@include('section_slide_home.html') } @@if(video == "" && slide == "no"){ @@include('section_home.html') }
}