On Fri, Nov 13, 2015 at 4:40 AM, kk <[email protected]> wrote: > I guess I said all in my subject line. > I would love if I can have templates in jinja2 and use deform library > together with Pyramid.
I do this. It "just works." The stock templates which come with deform are Chameleon, not Jinja2, but it doesn't matter. Deform, using its chameleon templates, produces HTML markup for the form. This can be interpolated into a Jinja2 template without issue. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
