Hi & welcome, yes, you can have multiple layouts, just change the following line in your views
{{extend 'layout.html'}}
to something else e.g.
{{extend 'layout2.html'}}
On Mar 14, 10:30 am, Rupesh <[email protected]> wrote:
> Hi,
> i am new at web2py. how i can use the multiple layouts within one
> project? i want to use one layout for user and another for
> administrator.
> Any help will be Appreciable.
> thanks in advance.

