>
> views index.html
> {{=redirect(URL('static','pages/landingpage/index.html'))}}
>

Note, that would not insert the contents of the static page into the view 
but simply redirect to the URL of the static page. If that is what you 
want, this would not be the most efficient or straighforward way to do so. 
Just do a redirect from the controller (though its not clear why you would 
create a controller whose sole purpose is to redirect to a static file).

Anthony

-- 
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.

Reply via email to