Hello, New to web2py. First post.
What is the best way to serve static html content such as contact info, privacy policy, etc. As I want the content to extend a base html layout, putting it in the static subdir and using the static controller doesn't work since I just get the raw html without the extended layout file. I could set up a function, return a dict with the content, and display wiht an html page of the same name, but that seems overkill to just display some static html. I just want a simple way to return static html in the context of the same layout file I use for dynamic content. If this is a repeat question I apologize, & would appreciate a link to the solution. Thanks in advance, R

