- updated nextRoute redirect to include query params
- added getNextRouteURL helper to get next route with query params
- refactored the textInput and textArea macros with better defaults, simpler use
{{ textInput('fullname', 'form.fullname', { class: "w-3-4" }) }}
{{ textArea('address', 'form.address', { hint: 'form.address.desc' }) }}
- filter spreadParams for future use see: cds-snc/node-starter-app#69