Blame view

mobile/source/ext/phptal/tests/input/old-06.html 207 Bytes
a1684257   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
11
12
  <html>
  <body>
  
  
  <span metal:define-macro="test">
  <div tal:content="title">Some title</div>
  </span>
  
  <span tal:define="global path string:old-06.html/test"/>
  <span metal:use-macro="${path}"/>
  </body>
  </html>