mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
6 lines
147 B
HTML
6 lines
147 B
HTML
{{- /* Escape character */ -}}
|
|
{{- /* {?X} -> X */ -}}
|
|
{{- $REin := `\{\?(.)\}` -}}
|
|
{{- $REout := `$1` -}}
|
|
{{- return replaceRE $REin $REout . -}}
|