r13 vs r14
......
55
----
66
{{{#!if this['this'] == ""
77
this가 공문자열}}}
8
----
9
{{{#!if this['um'] == null
10
um가 null}}}
11
----
12
{{{#!if this['um'] == ""
13
um가 공문자열}}}
14
----
15
{{{#!if um.um == null
16
um.um이 없음}}}