I’m a bit blocked right now and need a little hint. How would you solve the following problem:
In a template, I use text that comes from a textfield/textarea in the panel:
“In our zoo live animals from all continents”.
Now I want to extend the text.
"In our zoo live animals from all continents, a total of {numberOfSpecies} species.
Where {numberOfSpecies} is supposed to be a variable that is dynamically created by a controller. Is something like this possible in Kirby? I would not like to write all the text statically in the template.
Any hint is welcome!
TIA
Thomas