[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Using Zope Page Templates
nobody@nowhere.com
nobody@nowhere.com
Tue, 10 Sep 2002 11:15:12 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx#2-3
---------------
Page Templates use the Template Attribute Language (TAL). TAL
consists of special tag attributes. For example, a dynamic page
title might look like this::
<title tal:content="here/title">Page Title</title>
% Anonymous User - Sep. 10, 2002 11:15 am:
This info regarding TAL should have accompanied or preceded the part of Chapter 3 "Coding Logic with
Scripts", where I first came across it in some example code and had no idea what it was.