ref: b1a82c61aba067952fdae2f73b826fe7d0f3fc2f
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 }}