Commit 99fd13f7 authored by Hanno Schlichting's avatar Hanno Schlichting

Slight update to ZPT default.html.

parent ab628670
<!DOCTYPE html>
<html>
<head>
<title tal:content="template/title">The title</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta charset="utf-8" />
</head>
<body>
<h2><span tal:replace="here/title_or_id">content title or id</span>
<h2><span tal:replace="context/title_or_id">content title or id</span>
<span tal:condition="template/title"
tal:replace="template/title">optional template title</span></h2>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment