1
0
Fork 0
hugo/tpl/tplimpl/embedded/templates/shortcodes/highlight.html

1 line
164 B
HTML

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