An open API service indexing awesome lists of open source software.

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)

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.