Generally you only need one include, {{include}}, which is going to
incorporate the content from your view.But you can also use include to specify another view file to incorporate: http://web2py.com/book/default/chapter/05#Page-Layout Example: {{include 'page.html'}} You also might check out "blocks": http://web2py.com/book/default/chapter/05#Blocks-in-Views

