Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 05531d6

Browse filesBrowse files
Chameleon does not come from Pyramid world
Mako is not the default for Pyramid, Pyramid no longer has default templates, you can choose one of many
1 parent cf77cb0 commit 05531d6
Copy full SHA for 05531d6

File tree

1 file changed

+4
-4
lines changed
Filter options

1 file changed

+4
-4
lines changed

‎docs/scenarios/web.rst

Copy file name to clipboardExpand all lines: docs/scenarios/web.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -451,16 +451,16 @@ you can replace it with a more terse and readable syntax that uses the pattern
451451
But keep in mind that the full `<span tal:replace="expression">Default Text</span>`
452452
syntax also allows for default content in the unrendered template.
453453

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
455457

456458
Mako
457459
----
458460

459461
`Mako <http://www.makotemplates.org/>`_ is a template language that compiles to Python
460462
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.
464464

465465
An example template in Mako looks like:
466466

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.