Use pluggable decorators to modify content in GSP pages.
Examples
Abbreviation decorator
<g:decorate max="20">The quick brown fox jumps over the lazy dog</g:decorate>
The quick brown f...
URL decorator
<g:decorate>Please visit www.grails.org for more information</g:decorate>
Please visit <a href="http://www.grails.org">www.grails.org</a> for more information
Custom decorator artefacts can be placed in grails-app/decorators
