ref: fe6a6f2737769070fd64a5192ff685c9c89020bd
dir: /tpl/tplimpl/embedded/templates/shortcodes/highlight.html/
{{ if len .Params | eq 2 }}{{ highlight (trim .Inner "\n\r") (.Get 0) (.Get 1) }}{{ else }}{{ highlight (trim .Inner "\n\r") (.Get 0) "" }}{{ end }}