DocumentTemplate

Document Templating Markup Language (DTML)


Keywords
DTML, template, zope, HTML, SQL, web, markup
License
ZPL-2.1
Install
pip install DocumentTemplate==3.0a4

Documentation

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.