- or download this
#!/usr/bin/perl -w
# 655823
...
# spit out the page
print $layout->output();
- or download this
<html>
<head>
<title><!-- tmpl_var name='title' --></title>
...
<!-- tmpl_var name='page' -->
</body>
</html>
- or download this
<html>
<head>
<title>STEVE</title>
...
<p>Imagine content here ..</p>
</body>
</html>