2
xmlns:metal="http://xml.zope.org/namespaces/metal"
3
xmlns:tal="http://xml.zope.org/namespaces/tal"
4
define-macro="master"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
<html xmlns="http://www.w3.org/1999/xhtml">
9
<title tal:content="view/fmt:pagetitle">Page Title</title>
14
<h1 metal:define-slot="heading" />
15
<div metal:define-slot="main" />