ref: 6f4ff1a4617ec42861d255db718286ceaf4f6c8e
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 }}