TT3: /home/abw/web/london/tt3/slides/examples/fill_sub_slots.tt3
Source
Tokens
Tree
Variables
Output
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
@4
fill
whitespace
@8
filename
@9
layout
filename
@15
/
filename
@16
product
tag_end
@23
\n\n
tag_start
@25
%%
whitespace
@27
command block
@29
block
whitespace
@34
filename
@35
content
tag_end
@42
\n
text
@43
This is some custom content for this product.\n
tag_start
@97
%%
whitespace
@99
end
@101
end
tag_end
@104
\n
eof
@105
Parse Tree
fill keyword
@4
fill
Template
filename element
@9
layout/product
block keyword
@29
block
Name
filename element
@35
content
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