how to change the default template


i. Log in the app designer designer.mydbapp.com

ii. Navigate to system > app

iii. In the html textbox enter the html for the template

Note the following placeholders:
    <!--#__app--> - the name of the app
    <!--#__user--> - the logged in user
    <!--~__menu--> - the menu html placeholder
    <!--~__body--> - the body (content) html placeholder

iv. Click save button to save it


Matthew