Commit 330af062 authored by Evan Simpson's avatar Evan Simpson

Update examples to match new semantics.

parent f9db8744
<html metal:define-macro="master">
<head>
<title tal:insert="here/title">The title</title>
</head>
<body bgcolor="#999999">
<span metal:define-slot="main">
</span>
<p tal:insert="structure here/ZopeAttributionButton"></p>
</body>
</html>
<html metal:use-macro="here/standard_lf/macros/master">
<body>
<span metal:fill-slot="main">
<p>Welcome to the machine</p>
</span>
</body>
</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