By 'static content', I mean things like the layout, links, labels, buttons, input fields, tables, etc. On the other hand, values of the labels and those of the table are dynamic, such that they refreshes themselves as new values arrive via websockets.
Every other pages of the app will be served using web2py, which is why I want to keep things consistent and have web2py serve all the static content of this page too.

