r10 vs r11
11
{{{#!if date = st.split("/")[0]
22
}}}{{{#!if content = st.split("/")[1]
3
}}}{{{#!if l = st.length
4
}}}{{{#!if position = st.indexOf("/")
3
}}}{{{#!if l = st.length, position = st.indexOf("/")
54
}}}날짜: @date@
65
내용: @content@
76
길이: @l@
......