Add method for ejs templating to razroo
Allows for:
<% for(let i = 0; i < schemaData.length; i++) { %>
Input() <%= schemaData[i].name %>: <%= schemaData[i].type %>
<% } %>
Allows for:
<% for(let i = 0; i < schemaData.length; i++) { %>
Input() <%= schemaData[i].name %>: <%= schemaData[i].type %>
<% } %>