• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1This page checks the stop directive in the main body
2
3#stop
4
5this should not render
6
7check reference
8#set($a = 10)
9$a
10
11check method call
12$a.toString()
13
14check escaped directive
15\#if
16
17check escaped reference
18\$a
19
20