- <%- config.url %> will return domain name.
- <%- url_for(page.path) %> will return remaining URL after domain name but not the query param?
Can anyone help me to read query param ?
For example : http://localhost:4000/create.html?step=1
- <%- config.url %> --> http://localhost:4000
- <%- url_for(page.path) %> --> create.html
- <%- what is the helper to read this %> --> step=1