<amp-story-page id="<%=Math.random(1000)*1000+''%>"> <amp-story-grid-layer template="fill"> <% if(page.hasOwnProperty('imgUrl')) { %> <amp-img src="<%=page.imgUrl%>" width="720" height="1280" layout="responsive" alt="..."> </amp-img> } </amp-story-grid-layer> <amp-story-grid-layer template="vertical"> <h1> <%if(page.hasOwnProperty('htmlContent')){ if(page['htmlContent'].hasOwnProperty('text1')){%> <%=page['htmlContent']['text1']%> <%}%> </h1> <p> <%if(page.hasOwnProperty('htmlContent')){%> <%if(page['htmlContent'].hasOwnProperty('text2')){%> <%=page['htmlContent']['text2']%> <%}%> </p> </amp-story-grid-layer> </amp-story-page>