| .: htmltmpl: templating engine |
|   |
| htmltmpl__is a templating engine for Python and PHP. It is targeted to web__application developers, who want to separate program code and design__(HTML code) of their projects. Even web designers can easily learn its__simple but powerful template language. Templating language provided by__the engine is inspired by Perl templating module HTML::Template.__Templates created for HTML::Template can be used with this engine. The__primary goal is to keep things simple for a web designer who creates__the templates. Therefore, neither Python nor PHP code can be used in__the templates. Instead, it provides its own simple templating language__that supports basic programming operations like loops, conditionals and__substitution of variables. These operations are controlled from within__the templates by statements that look like HTML tags and integrate__nicely with regular HTML code. |
|   |
| Back to main page |
|   |