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

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>
<% } %>