Hello!
I have three views to display:
- starting page (with links to registration and login pages)
- login page
- registration page
I don't know how to display firstly the starting page. My starting page in
my custom theme is the login page (my-site/auth). How to change this?
I tried with request parameters, by I can't get the url params in .ftl
template pages.
How to extend the server by endpoint or read url param in template?
Maybe there is another solution... Thank you!