Embed dash app content into existing web solution

I really like idea how you can form the whole Chart interface and graph into Python > Part 2. Layout | Dash for Python Documentation | Plotly. My problem is that I don’t want to use app.run_server(), as I already have my WEB project on Django framework. So the questions is - can I some-have feed the app.layout to my Django template? Something like app.layout.getHtml()/render(), what just gives content that I can embed.

Well I found this https://youtu.be/psvU4zwO3Ao . Its way to start