The static folder is for serving files directly. If you have a template you
want to include inside a view, you should use the {{include}} directive.
Put the html file somewhere in the /views folder, and then in the view of
this action, do:
{{include 'mytemplate.html}}
Anthony
On Friday, May 13, 2016 at 11:14:45 AM UTC-4, Steve Joe wrote:
>
> I tried the following but it didn't work.
> in controller:
>
> def rough():
> import os
> file = open(os.path.join(request.folder, 'static','index.html'))
> return locals()
>
>
> in view:
>
> {{extend 'layout.html'}}
> {{=file}}
>
--
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.