2025-02-08 03:18:24 +00:00

13 lines
392 B
Plaintext
Executable File

<%- partial('_pre') %>
<section class="widget <%- item.class %> <%- page.widget_platform %>">
<%- 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>