shithub: hugo

ref: 79a06aa4b64b526c242dfa41f2c7bc24e1352d5b
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 }}