Web development with Python 3.1
Bruno Desthuilliers
bruno.42.desthuilliers at websiteburo.invalid
Thu Nov 5 04:23:44 EST 2009
rustom a écrit :
> On Oct 30, 6:23 pm, Dotan Cohen <dotanco... at gmail.com> wrote:
>
>> The point is that I want to use only _Python_ features, not
>> Django/Mako/whatever features.
>
> Pure python has a builtin templating system -- its called %
Poor man's template... It only do variable substitutions - no branching
nor iteration (and let's not talk about macros, inclusions, filters etc).
More information about the Python-list
mailing list