Commit f18cba5e authored by Jim Fulton's avatar Jim Fulton

Put more examples in the default content and made sure the

example actually included some sample text.
parent 22d2b261
...@@ -3,6 +3,11 @@ ...@@ -3,6 +3,11 @@
<title tal:content="template/title">The title</title> <title tal:content="template/title">The title</title>
</head> </head>
<body> <body>
This is Page Template <span tal:replace="template/title" />.
<h2><span tal:replace="here/title_or_id">content title or id</span>
<span tal:condition="template/title"
tal:replace="template/title">optional template id</span></h2>
This is Page Template <em tal:content="template/id">template id</em>.
</body> </body>
</html> </html>
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