shithub: hugo

ref: 5570a6e478e3fb951df0b2bf38f101011f568515
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 }}