Using django as a backend for taipy?

I stumbled across taipy (advertised on the ArjanCodes channel, taipy.io) and I got intrigued by the possibility to have the page/gui layout written in markdown. Is it feasible to try to host taipy on a django backend?

I would guess that it would be a much easier task to just implement a markdown processor in Django (e.g. https://python-markdown.github.io/) than it would be to try and implement that.

Yes, the markdown rendering is probably doable, but I guess the hard part is getting the same level of web-app interactivity as taipy provides.