<#Frame>

<#WOString var:value="name"/>

Embedded Simple String: <#WOString ognl:value="name" />
Embedded Keypath String: <#WOString ognl:value="context.application.sessionStore" />
Join Strings: <#WOString ognl:value="'Component ' + name + ' is hosted on ' + context.application.sessionStore" />
Decl Simple String: <#Simple/>
Decl Keypath String: <#Keypath/>
Decl Join String: <#JoinStrings/>