File: metal-fill-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 (11 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
<html>
  <body>
    <p>Okay, let's test the stuff.</p>
    <div metal:use-macro="./metal-define-slot.html#testmacro">
      <p metal:fill-slot="boo">
        This is kind of a simple test:
        <span petal:replace="bar">Bar</span>
      </p>
    </div>
  </body>
</html>