## In velocity, just use plain HTML. All commands are prepended by ## a hash sign, references to object are denoted by a dollar sign.
This is a $myContentVariable example.
## This is a reference to the VelocityRenderDecorator which exposes ## some useful methods to the velocity container such as ## building links or instructions to render a sub-component... ## We'd like a link which triggers an event which will be dispatched by our ## HelloWorldController. The command is "sayhello" and the link will ## be displayd with text translated by the translator passed to the VelocityContainer ## and the key "sayhello_i18n_key" automatically.$r.render("say.hello")