26 Mar
2011
26 Mar
'11
11:58 a.m.
Hi, Well I have a layout main which include my template. My index.tt is huge and I want to split it into many partial file. I want to do something like this : <div> <div class="tabs" <% INCLUDE tabs %> </div> <% INCLUDE shorten %> <% INCLUDE sidebar %> </div> ... well instead of having one huge index file. How can I do that ? I have try but Template tell me that "tabs" is missing.