10 lines
283 B
Plaintext
Executable File
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>
|