<div dir="ltr">hello together,<br>first of all I do not want to use responsive webdesign, so I need two<br>
versions of my website since the mobile website shall become a easy<br>
controllable menu with collapsed menu entries.<br>
I am really stuck how do I tell flask that it should choose the<br>
templates out of the mobile folder when detecting a mobile device. I<br>
already tried this <a target="_blank" rel="noreferrer" href="https://flask-mobility.readthedocs.io/en/latest/">https://flask-mobility.<wbr>readthedocs.io/en/latest/</a><br>
which is very good until that point when you include templates into<br>
your templates. I think I more need some general loader like:<br>
when mobile version-> use this template folder (I would use the same<br>
template names). Would that be the direction to go?<br>
Another option would be to write a backend api and make two different<br>
flask-app for each type of website. I think it would not be a big deal<br>
when using blueprints on the other hand I would prefer one handler in<br>
my current app which is easy to load and easy to remove when things in<br>
the app change.<br>
What you people think? I am open to totally new ideas how to structure<br>
mobile / desktop website? What would be the best way without rewriting<br>
"anything".<br>
<br>
<br>
Cheers</div>