Dash pages, Leave the Title the same in all pages

My third question today, starting to think it would be nice to start a discord for quick questions.

I have an app with multiple pages using dash pages.
I want all the pages to have the same title.
right now the only option I see is to pass the title I want on every page I register.
is there a way to set the title for all the pages?

I believe the only way is to set it manually on each instance of page register. Since this is the case, I’d suggest setting the titel to a variable and importing/setting the title to that variable on each page

1 Like

that’s an option, but it would make a lot of sense if it was a feature.