m2.nz/themes/LoveIt/layouts/partials/function/escape.html
2022-05-08 18:50:17 +12:00

6 lines
147 B
HTML

{{- /* Escape character */ -}}
{{- /* {?X} -> X */ -}}
{{- $REin := `\{\?(.)\}` -}}
{{- $REout := `$1` -}}
{{- return replaceRE $REin $REout . -}}