C_TA_Website/themes/landscape/layout/_partial/sidebar.ejs
2020-10-30 13:59:49 +08:00

5 lines
No EOL
187 B
Text

<aside id="sidebar"<% if (theme.sidebar === 'bottom'){ %> class="outer"<% } %>>
<% theme.widgets.forEach(function(widget){ %>
<%- partial('_widget/' + widget) %>
<% }) %>
</aside>