Support multi-view rendering

See gh-33162
This commit is contained in:
rstoyanchev
2024-07-05 20:45:52 +01:00
parent 545228d693
commit ef6a3768ee
15 changed files with 870 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
import org.springframework.web.reactive.result.view.script.*
"""<p>${i18n("hello")} $foo</p>"""

View File

@@ -0,0 +1,3 @@
import org.springframework.web.reactive.result.view.script.*
"""<p>${i18n("hello")} $bar</p>"""