On 18 December 2011 12:42, Christoph Zwerschke <[email protected]> wrote: > [snip] I see many people using ${...} substion in Genshi > everywhere. If you do this, you loose the benefits of an attribute language > and can just as well use Mako.
That's not entirely true. Chameleon knows if its "inside" an attribute or outside. It also provides you the static attribute default (as the variable "default"). > Since HTML5 has superseded XHTML, well-formedness is becoming a less > important aspect, and I started to use Jinja2 which has also many nice > features. Jinja2 is also similar to Django templates, so it's more commonly > known and supported by many IDEs (syntax highlighting etc.). Jinja2 is also > available for Pyramid projects via pyramid_jinja2. How is HTML5 changing the XML-ness of HTML? \malthe -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
