Did you add widget areas to the page in the template?
Please share the template
Is there any possibility to add a link to the "Watched Page" (https://community.nodebb.org/user/AlexG/watched) to the main navigation? I know you can put custom links there, but of course that one's different for each user depending on the username.
You can link to user pages by using the /me/*
route. It will redirect the user to their own page for the given thing.
/me/watched
That was just what I was looking for. Thanks!