23.4 String template

This is a shortcut for string template. Sometimes it’s useful when you just need a quick way to use a string template. It doesn’t support multi templates, so if you do need to, please use the traditional String Template.

;; config
#:str "string template"

;; apply
(:str <route-context> key-values ...)

Please checkout string template to find out how to use the string-template and key-values.