Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Template Toolkit, problem with recursive wrapper templates

by larsen (Parson)
on Jul 12, 2005 at 12:46 UTC ( [id://474258]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [% IF template.naked;
        content;
    ...
        content WRAPPER site_wrapper.tt2;
       END;
    %]
    
  2. or download this
    [% META naked = 1 %]                                 
    [% WRAPPER site_wrapper.tt2 %]                                        
    +          
    ...
      [% PROCESS portfolio/category %]
      [% END %]
    [% END %]
    
  3. or download this
    [% WRAPPER site_wrapper.tt2 %]
    it works!
    [% END %]
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://474258]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-20 13:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found