Differences

This shows you the differences between two versions of the page.

quickstart [2013/05/02 04:44]
170.215.82.72
quickstart [2014/04/05 02:52] (current)
81.187.95.96 old revision restored
Line 61: Line 61:
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\\ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\\
<html xmlns="http://www.w3.org/1999/xhtml" metal:define-macro="layout">\\ <html xmlns="http://www.w3.org/1999/xhtml" metal:define-macro="layout">\\
-  <head>\\  +  <head>  
-    <title tal:content="title"/>\\  +    <title tal:content="title"/>  
-    <tal:block metal:define-slot="other-stuff-in-head"/>\\  +    <tal:block metal:define-slot="other-stuff-in-head"/>  
-  </head>\\ +  </head>
  <body>   <body>
    <div id="main"><tal:block metal:define-slot="maincontent"/></div>\\     <div id="main"><tal:block metal:define-slot="maincontent"/></div>\\
-  </body>\\  +  </body>  
-</html>\\ +</html>
</code> </code>