summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/layouts/shortcodes/highlight.html
blob: 1b6f12abc40a568f8e02681358f2411960990185 (plain)
1
2
3
{{- $lang := .Get 0 -}}
{{- $opts := .Get 1 | default "" -}}
{{ highlight .Inner $lang $opts }}