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