Php include in html app cordova

I am making an app with wappler with cordova, how could I import a menu in a file for all the pages as in php include but in html?

Could do something like:

<div data-menu-load="menu.html"></div>

Trouble is am not sure how you can bind anything dynamic to this? I did pose a question once but have since moved on, but for a basic menu should be fine unless someone can fill us in on how to make it dynamic?