<% import static groovy.xml.XmlUtil.escapeXml %> JBake ${config.site_host} JBake Bootstrap Template en-gb ${published_date.format("EEE, d MMM yyyy HH:mm:ss Z")} ${published_date.format("EEE, d MMM yyyy HH:mm:ss Z")} <%published_posts.each {post -> %> ${post.title} ${config.site_host}/${post.uri} ${post.date.format("EEE, d MMM yyyy HH:mm:ss Z")} ${post.uri} ${escapeXml(post.body)} <%}%>