File: root.tt

package info (click to toggle)
liblog-report-template-perl 1.03-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 204 kB
  • sloc: perl: 732; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 469 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html>
<head>
  <title>[% title %]</title>
</head>
<body>

<p>[% loc("Dear visitor,") %]<br>

[% "<test filters>" | html %]<br>

[% loc("This is the {count TH} test", count => 1) %]<br>
[% | loc(count => 2) %]This is the {count TH} test, in a pipe[% END %]<br>
[% FILTER loc(count => 3) %]The FILTER test, number {count},
   is here[% END %]<br>
[% S("second table") %]

[% FILTER loc %]

   multi-line   cleanup
	this mess, as HTML

accepts
[% END %]

</body>
</html>