File: test_include1.tmpl

package info (click to toggle)
libhtml-template-pro-perl 0.9524-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,512 kB
  • sloc: ansic: 1,841; perl: 1,474; yacc: 404; pascal: 118; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
<HTML><BODY>
<H1> test_include1 </H1>
<tmpl_iF VAR4> <tmpl_include NAME="test_var1.tmpl"> <tmpl_var naMe="VAR4"> defined (FALSE)
<tmpl_else> <tmpl_var naMe="VAR4"> undefined (TRUE), so including test_if2 ...
<tmpl_include NAME="test_if2.tmpl">
</tmpl_if> (include test 1) 
</body></html>