Back to Hugo

Highlight

tpl/tplimpl/embedded/templates/_shortcodes/highlight.html

0.161.1164 B
Original Source

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