m2.nz/themes/LoveIt/layouts/partials/function/escape.html

6 lines
147 B
HTML
Raw Normal View History

2022-05-08 06:47:31 +00:00
{{- /* Escape character */ -}}
{{- /* {?X} -> X */ -}}
{{- $REin := `\{\?(.)\}` -}}
{{- $REout := `$1` -}}
{{- return replaceRE $REin $REout . -}}