<%- partial('_pre') %>
<section class="widget <%- item.class %> <%- page.widget_platform %> <%- page.widget_pjax %>">
  <%- partial('header', {item: item}) %>
  <div class='content article-entry'>
    <% getList(item.images).forEach(function(url){ %>
      <img src='<%- url_for(url) %>'
      <% if (item.height) { %>
        height='<%- item.height %>'
      <% } %>/>
    <% }) %>
  </div>
</section>
