C_TA_Website/themes/landscape/layout/_partial/sidebar.ejs

5 lines
187 B
Text
Raw Permalink Normal View History

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