shithub: hugo

ref: 08d14113b60ff70ffe922e8098e289b099a70e0f
dir: /tpl/tplimpl/embedded/templates/shortcodes/highlight.html/

View raw version
{{ if len .Params | eq 2 }}{{ highlight (trim .Inner "\n\r") (.Get 0) (.Get 1) }}{{ else }}{{ highlight (trim .Inner "\n\r") (.Get 0) "" }}{{ end }}