{{ $content := .InnerDeindent | replaceRE "^\n" "" }} {{ $lang := .Get 0 | default (.Get "lang") | default "plaintext" }} {{ $options := .Get "options" }} {{ if not $content }} {{ errorf "layouts/shortcodes/paige/code.html: no content" }} {{ end }}