mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
8 lines
352 B
Plaintext
8 lines
352 B
Plaintext
cmTemplate is a Python module that allows CGI programmers to separate code
|
|
from HTML. It is much more powerful than a simple HTML preprocessor, and
|
|
can be used to generate any type of formatted text output.
|
|
|
|
cmTemplate converts the template code into Python code, which is
|
|
byte-compiled afterwards. This makes the template processing extremely
|
|
fast.
|