File: simple_elsewhere.xhtml

package info (click to toggle)
libcgi-application-plugin-anytemplate-perl 0.18-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 772 kB
  • sloc: perl: 1,073; sh: 8; makefile: 2
file content (9 lines) | stat: -rwxr-xr-x 263 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns:tal="http://purl.org/petal/1.0/">
--begin--
var1:<span tal:replace="var1">var1</span>
var2:<span tal:replace="var2">var2</span>
var3:<span tal:replace="var3">var3</span>
--end--

</html>