Hello wondering how you would go about making a nav bar for both you flask pages and you dash pages.
I have a nav bar in my dash app that uses some call backs for interaction.
possible thoughts are:
could i import a dash layout into a template?
could i {% extends "base.html" %} in a dash app tried in the index_string?
currently I'm just tring to make the same nav bar in both dash and in flask
Hello wondering how you would go about making a nav bar for both you flask pages and you dash pages.
I have a nav bar in my dash app that uses some call backs for interaction.
possible thoughts are:
could i import a dash layout into a template?
could i {% extends "base.html" %} in a dash app tried in the index_string?
currently I'm just tring to make the same nav bar in both dash and in flask