vulcan/themes/gstyle/layout/partials/widgets.ejs

3 lines
93 B
Plaintext
Raw Normal View History

2017-09-01 10:16:00 +00:00
<% theme.widgets.forEach(function(widget){ %>
<%- partial('widget/' + widget) %>
<% }) %>