Browser URL in Sightly
Dear Team,
Is there any way we can print exact browser URL in Sightly HTML?
e.g.
1) if Page url is http://localhost:4502/editor.html/content/home.html
It should print exact same i.e. http://localhost:4502/editor.html/content/home.html
2) If Page url is http://localhost:4502/content/home.html
It should print exactly same i,e http://localhost:4502/content/home.html.
Note: I tried with ${request.requestURL.toString} but in both the cases it prints only
http://localhost:4502/content/home.html. . It ignores editor.html.
Thank you in advance.
