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

10 lines
283 B
Plaintext
Executable File

<%- partial('_pre') %>
<section class="widget <%- item.class %> <%- page.widget_platform %>">
<%- partial('header', {item: item}) %>
<div class='content'>
<% getList(item.content).forEach(function(row){ %>
<%- markdown(row) %>
<% }) %>
</div>
</section>