10 lines
338 B
Plaintext
Executable File
10 lines
338 B
Plaintext
Executable File
<%- partial('_pre') %>
|
|
<% if (theme.plugins.aplayer.enable == true) { %>
|
|
<section class='widget <%- page.widget_platform %> <%- item.class %>'>
|
|
<%- partial('header', {item: item}) %>
|
|
<div class='content'>
|
|
<%- partial('../_plugins/aplayer/layout', {post: null, where: 'widget'}) %>
|
|
</div>
|
|
</section>
|
|
<% } %>
|