Skip to content

Document Templating Markup Language (DTML)

License

Notifications You must be signed in to change notification settings

zopefoundation/DocumentTemplate

Repository files navigation

https://coveralls.io/repos/github/zopefoundation/DocumentTemplate/badge.svg?branch=master Current version on PyPI Supported Python versions

DocumentTemplate

This package implements the original Document Templating Markup Language (DTML). It uses custom SGML tags to implement simple programmatic features, such as variable replacement, conditional logic and loops.

Inside Zope environments page templates and TAL have superseded DTML for most use cases.