This is a test.
Facelets will render this literally, giving you some EL on your page, while JSFTemplating
will evaluate it an emit a client ID:
$this{clientId}
This is ui:define#foo in a ui:composition. This will be rendered on the client.
Here is some text in the template that will be rendered after the defined block "foo2" is rendered.