Repository URL to install this package:
|
Version:
1.3.2 ▾
|
@doodle/templating
/
body-start.ejs
|
|---|
<% for(let partial of body) { %>
<%- include(partial); %>
<% } %>