- or download this
use strict;
use warnings;
...
__PAGE2__
foo bar baz qux
- or download this
<html>
<head>
...
[% content %]
</body>
</html>
- or download this
(page1.html)
[% WRAPPER skeleton.html title="Page 1" %]
...
[% WRAPPER skeleton.html title="Page 2" %]
foo bar baz
[% END %]