You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
326 B

<section class='widget <%- theme.blur.widget ? 'widget-blur' : '' %> <%- item.class?item.class:'text' %>'>
4 years ago
<%- partial('header', {item: item}) %>
<div class='content <%= theme.style %>'>
4 years ago
<% (item.content||[]).forEach(function(row){ %>
<p>
<%- markdown(row) %>
</p>
<% }) %>
4 years ago
</div>
</section>