{ let scriptID = 'js-header-au'; let images = [ { url: '/the-gilded-ones/debbie-douglas/', imgSrc: '/content/revamp/auvere-au/debbie-douglas/Thumbnail.jpg', title: 'THE GILDED ONES', subtitle: 'Meet Debbie Douglas', }, { url: '/press-play', imgSrc: '/content/revamp/Gold-Trip---Thumbnail%20%281%29.jpg', title: 'BEHOLD TRUE GOLD', subtitle: 'Play Brand Film: Gold Trip', }, ]; let html = _.template(` <% for (let { imgSrc, url, title, subtitle } of images) { %>

<% } %>`)({images}); document.querySelector('#' + scriptID).outerHTML = html; } //