/usr/share/doc/libhtml-template-compiled-perl/examples/test.htcc is in libhtml-template-compiled-perl 1.003-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ===test.html 1==========================================
name: <TMPL_VAR NAME=name> look ma: ~
name with "": <TMPL_VAR NAME="name">
INCLUDE: (((<TMPL_INCLUDE included.htcc>)))
---------------
loop a:
<TMPL_LOOP loopa>first?<TMPL_VAR __first__> or last?<TMPL_VAR __last__>
-----num:<TMPL_VAR __counter__>
item: <TMPL_VAR NAME=a>
</TMPL_LOOP>
loop b:<TMPL_LOOP loopb>item: ROOT:<TMPL_VAR inner></TMPL_LOOP>
loop c
---------------
<TMPL_LOOP c>----num:<TMPL_VAR __counter__>
<TMPL_LOOP NAME=d>*<TMPL_IF __first__>first</TMPL_IF><TMPL_IF __last__>last </TMPL_IF><TMPL_IF __inner__>inner</TMPL_IF> item: <TMPL_VAR NAME=F><TMPL_IF __odd__>odd</TMPL_IF>
</TMPL_LOOP></TMPL_LOOP>
---------------------
<TMPL_IF if2>if.if2!</TMPL_IF if2> <TMPL_IF if3>if.if3! <TMPL_ELSE>no if.if3!</TMPL_IF if3> <TMPL_UNLESS if3>no if.if3!!</TMPL_UNLESS>
===test.html ende==========================================
|