13 lines
392 B
Plaintext
Executable File
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>
|