Sha256: eb19201d961c40c0f1a95a9cb94d2bc3b7dbc9a46f79d429bf0f46d540bd823f

Contents?: true

Size: 422 Bytes

Versions: 3

Compression:

Stored size: 422 Bytes

Contents


   <TMPL_LOOP NAME="EXAMPLE_LOOP">
     <TMPL_VAR NAME="BEE">
   </TMPL_LOOP>

   <TMPL_LOOP NAME="EXAMPLE_LOOP">
     <TMPL_VAR NAME="BOP">
     <TMPL_LOOP NAME="EXAMPLE_INNER_LOOP">
       <TMPL_VAR NAME="INNER_BEE">
       <TMPL_VAR NAME="INNER_BOP">
     </TMPL_LOOP>
   </TMPL_LOOP>
 
   <TMPL_LOOP NAME="EXAMPLE_LOOP">
     <TMPL_VAR NAME="BOP">
     <TMPL_VAR NAME="BEE">
   </TMPL_LOOP>


   <TMPL_VAR NAME=VAR>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
html-template-pro-0.0.3 templates/query-test.tmpl
html-template-pro-0.0.2 templates/query-test.tmpl
html-template-pro-0.0.1 templates/query-test.tmpl