Blame view

mobile/source/ext/phptal/tests/input/old-08.html 197 Bytes
a1684257   Administrator   first commit
1
2
3
4
5
6
7
8
  <html>
  <body>
      This test use an external macro with slots
      <span metal:use-macro="old-08-mcr.html/test">
          <span metal:fill-slot="slot_01">blablabla</span>
      </span>
  </body>
  </html>