In the documentation it says one can use a compound card chin to link/punch out to an external URL. However when I try something like this:
chin {
url {
template ("#{value (model.webUrl)}")
}
}
it doesn't work. How can I get a chin with a link to an external URL working?