1. <html> 2. <head> 3. <title tal:content="template/title">The title</title > 4. </head> 5. <body> 6. <h2><span tal:replace="here/title_or_id">content title or id</span> 7. <span tal:condition="template/title" 8. tal:replace="template/title"<optional template id</span></h2> 9. This is Page Template <em tal:content="template/id">template id</em> 10. </body> 11. </html> |