Sha256: ce58567218cb1ccc46d76fb1c75afd97534fe6337e05ae211ac0d81c885e4e6f
Contents?: true
Size: 518 Bytes
Versions: 3
Compression:
Stored size: 518 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>HTML::Template::Pro test template</title> </head> <body> TMPL_IF in "<>":<br> <TMPL_IF var1>Variable 1 set!<TMPL_ELSE>Variable 1 not set!</TMPL_IF><br> TMPL_IF in "<!-- -->":<br> <!-- TMPL_IF var1 -->Variable 1 set!<!-- TMPL_ELSE -->Variable 1 not set!<!-- /TMPL_IF --><br> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
html-template-pro-0.0.3 | templates-Pro/test_if5.tmpl |
html-template-pro-0.0.2 | templates-Pro/test_if5.tmpl |
html-template-pro-0.0.1 | templates-Pro/test_if5.tmpl |