| Home | Trees | Index | Help |
|
|---|
| Package lemon :: Package html :: Package template |
|
HTML template classes. TODO: Add PSP Add Python template %(jg)s style dict thing.
| Submodules | |
|---|---|
| |
| Exceptions | |
|---|---|
TemplateError |
Error Class for the html.template Module. |
| Function Summary | |
|---|---|
Simple wrapper method to load and parse a template from the options given. | |
| Function Details |
|---|
parse(type='xyaptu', file=None, dict=None, template=None)Simple wrapper method to load and parse a template from the options given. type - The type of template eg. xyaptu file - The path to the template. template - The template txt to use. dict - The dictionary containg the variables to be replaced. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Mon Nov 10 15:08:18 2003 | http://epydoc.sf.net |