I would recommend reading the layout <http://web2py.com/books/default/chapter/29/05/the-views#Page-layout> section of the book and take a look at the layout.html file included in the welcome app. Just use the template you have found as the starting point for your layout, and add in the relevant web2py related stuff where appropriate (e.g., include web2py_ajax.html in the head; possibly include response.flash, response.menu, and auth.toolbar at the appropriate places in the markup, depending on your needs; etc.).
Anthony On Wednesday, November 4, 2015 at 9:19:41 AM UTC-5, jack somber wrote: > > I found a modern template at html5up.com, and am trying to use it with > web2py. Does anyone know of a tutorial for this. Assets include css, js, > fonts, sass. Or is it as simple as uploading the assets and connecting > them to the html? > > Thanks. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

