summaryrefslogtreecommitdiff
path: root/README.rst
blob: 54a3c3b2abf8f318df8ab9ba96633987b081d538 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
=======================
 ``zope.pagetemplate``
=======================

.. image:: https://img.shields.io/pypi/v/zope.pagetemplate.svg
        :target: https://pypi.python.org/pypi/zope.pagetemplate/
        :alt: Latest release

.. image:: https://img.shields.io/pypi/pyversions/zope.pagetemplate.svg
        :target: https://pypi.org/project/zope.pagetemplate/
        :alt: Supported Python versions

.. image:: https://travis-ci.org/zopefoundation/zope.pagetemplate.png?branch=master
        :target: https://travis-ci.org/zopefoundation/zope.pagetemplate

.. image:: https://coveralls.io/repos/github/zopefoundation/zope.pagetemplate/badge.svg?branch=master
        :target: https://coveralls.io/github/zopefoundation/zope.pagetemplate?branch=master


Page Templates provide an elegant templating mechanism that achieves a
clean separation of presentation and application logic while allowing
for designers to work with templates in their visual editing tools
(FrontPage, Dreamweaver, GoLive, etc.).