ref: 736f84b2d539857f7fdd0e42353af80b4dccfe8d
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 }}