Is there a way to use partial templates or layouts like in most of the bigger frameworks? I just so I can include a header, footer, nav, etc?
ex: $def with (header, footer) print $:header <p> Page Content</p> print $:footer I did this, figuring it might work, but haven't gotten anythig yet.... -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
