% if name is not UNDEFINED and name is not None: <h1> ${name} </h1> % endif <div id="video_${id}" class="video" data-streams="${streams}" data-caption-data-dir="${data_dir}"> <div class="tc-wrapper"> <article class="video-wrapper"> <section class="video-player"> <div id="${id}"></div> </section> <section class="video-controls"></section> </article> </div> </div>