Dash Julia: How to register_page for multipage in Julia?

I try to make a multi page app in Julia. I cannot find any example.

Anyone know how to register page similar to (python):

dash.register_page(__name__)

thanks,

Hi @perapon

I think Pages is only available in Python :slightly_frowning_face:

oh no, thanks @AnnMarieW .

Hi @perapon

It may be possible to make a multi page app in Julia without using Pages (and dash.register_page):