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