If I declare `infix fun ScriptTemplateWithBindings...
# announcements
s
If I declare
infix fun ScriptTemplateWithBindings.i18n(code: String) : String
, shouldn't I be able to use
"<h1>${i18n "title"}</h1>"
? Currently it does not works in https://github.com/sdeleuze/kotlin-script-templating.