File tree 1 file changed +4
-4
lines changed
Filter options
1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change @@ -451,16 +451,16 @@ you can replace it with a more terse and readable syntax that uses the pattern
451
451
But keep in mind that the full `<span tal:replace="expression">Default Text</span> `
452
452
syntax also allows for default content in the unrendered template.
453
453
454
- Being from the Pyramid world, Chameleon is not widely used.
454
+ Integration with Chameleon is available for a number of popular web frameworks
455
+ including Plone/Zope2, Pyramid, Django and Grok.
456
+ See: https://chameleon.readthedocs.org/en/latest/integration.html
455
457
456
458
Mako
457
459
----
458
460
459
461
`Mako <http://www.makotemplates.org/ >`_ is a template language that compiles to Python
460
462
for maximum performance. Its syntax and api is borrowed from the best parts of other
461
- templating languages like Django and Jinja2 templates. It is the default template
462
- language included with the `Pylons and Pyramid <http://www.pylonsproject.org/ >`_ web
463
- frameworks.
463
+ templating languages like Django and Jinja2 templates.
464
464
465
465
An example template in Mako looks like:
466
466
You can’t perform that action at this time.
0 commit comments