<% if (props.hasInput) { %> <%= include(templateIncs._inputField).trim() %> <% } %> <% if (props.hasSelectOption) { %> <%= include(templateIncs._selectField).trim() %> <% } %> <% if (props.hasTextarea) { %> <%= include(templateIncs._textareaField).trim() %> <% } %> Get started