/page/:name
bound to an element and apply some transformation to it in the process? e.g. for /page/what-is-this
the system.params.name
variable would be what-is-this
but I'd like to show What is this
in a component. Is this possible? I can't find a way to apply transformations but perhaps it could be done by integrating a (fake) cms that would transform it?