TT3: /home/abw/web/london/tt3/slides/examples/into_message.tt3
Source
Tokens
Tree
Variables
Output
Template Source
<div class="message">
[%
content
%]
</div>
--EOF--
Source Tokens
text
@0
<div class="message">\n
tag_start
@22
[%
whitespace
@24
variable
@25
content
whitespace
@32
tag_end
@33
%]
text
@35
\n</div>\n
eof
@43
Parse Tree
text
@0
<div class="message">\n
variable element
@25
content
text
@35
\n</div>\n
Variables Used
content
Uses
@ line 2
[%
content
%]
Generated Output
TT3 undefined data error at line 2 of /home/abw/web/london/tt3/slides/examples/into_message.tt3:
Error:
Undefined value returned by expression: content
Source:
[% content %]
^ here