mirror of
https://github.com/idanoo/m2.nz.git
synced 2024-11-23 08:45:12 +00:00
6 lines
147 B
HTML
6 lines
147 B
HTML
|
{{- /* Escape character */ -}}
|
||
|
{{- /* {?X} -> X */ -}}
|
||
|
{{- $REin := `\{\?(.)\}` -}}
|
||
|
{{- $REout := `$1` -}}
|
||
|
{{- return replaceRE $REin $REout . -}}
|