TT3: /home/abw/web/london/tt3/slides/examples/fill_sub_slots.tt3

Template Source

%% fill layout/product %% block content This is some custom content for this product. %% end --EOF--

Source Tokens

tag_start@0%%
whitespace@2
command fill@4fill
whitespace@8
filename@9layout
filename@15/
filename@16product
tag_end@23\n\n
tag_start@25%%
whitespace@27
command block@29block
whitespace@34
filename@35content
tag_end@42\n
text@43 This is some custom content for this product.\n
tag_start@97%%
whitespace@99
end@101end
tag_end@104\n
eof@105

Parse Tree

fill keyword@4fill
Template
filename element@9layout/product
block keyword@29block
Name
filename element@35content
Block
text@43 This is some custom content for this product.\n

Variables Used

Generated Output

TT3 resource error at line 1 of /home/abw/web/london/tt3/slides/examples/fill_sub_slots.tt3:
Error: Requested template resource not found: layout/product
Source: %% fill layout/product
^ here