File: metal-define-slot.html

package info (click to toggle)
libpetal-perl 2.19-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 1,076 kB
  • ctags: 166
  • sloc: perl: 4,732; xml: 726; makefile: 43
file content (13 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
  <body>
    <div metal:fill-slot="boo">Test Replace</div>

    <div metal:define-macro="testmacro">
      This should be included in the result,
      however the following can be defined by
      the including page:

      <p metal:define-slot="boo">Test</p>
    </div>
  </body>
</html>