https://github.com/zopefoundation/documenttemplate
Document Templating Markup Language (DTML)
https://github.com/zopefoundation/documenttemplate
Last synced: 8 months ago
JSON representation
Document Templating Markup Language (DTML)
- Host: GitHub
- URL: https://github.com/zopefoundation/documenttemplate
- Owner: zopefoundation
- License: other
- Created: 2013-02-25T15:13:01.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T07:56:01.000Z (about 1 year ago)
- Last Synced: 2025-09-25T15:51:54.885Z (9 months ago)
- Language: Python
- Homepage:
- Size: 951 KB
- Stars: 7
- Watchers: 62
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
.. image:: https://github.com/zopefoundation/DocumentTemplate/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/DocumentTemplate/actions/workflows/tests.yml
.. image:: https://coveralls.io/repos/github/zopefoundation/DocumentTemplate/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/DocumentTemplate?branch=master
.. image:: https://img.shields.io/pypi/v/DocumentTemplate.svg
:target: https://pypi.org/project/DocumentTemplate/
:alt: Current version on PyPI
.. image:: https://img.shields.io/pypi/pyversions/DocumentTemplate.svg
:target: https://pypi.org/project/DocumentTemplate/
:alt: 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.