summaryrefslogtreecommitdiff
path: root/README.rst
blob: 7639d3c3a0e7a415382fe3b6d40afd1f720c8f44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
===================
 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://github.com/zopefoundation/zope.pagetemplate/actions/workflows/tests.yml/badge.svg
        :target: https://github.com/zopefoundation/zope.pagetemplate/actions/workflows/tests.yml

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

.. image:: https://readthedocs.org/projects/zopepagetemplate/badge/?version=latest
        :target: https://zopepagetemplate.readthedocs.org/en/latest/
        :alt: Documentation Status


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.).

Page Templates are based on `a Template Attribute Language
<https://pypi.python.org/pypi/zope.tal>`_ with expressions provided by
`TALES <https://pypi.python.org/pypi/zope.tales>`_. For a description
of their syntax, see `the reference documentation
<https://pagetemplates.readthedocs.io/en/latest/>`_.

For detailed documentation on the usage of this package, see
https://zopepagetemplate.readthedocs.io