mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 11:33:20 +01:00
6 lines
147 B
HTML
6 lines
147 B
HTML
|
{{- /* Escape character */ -}}
|
||
|
{{- /* {?X} -> X */ -}}
|
||
|
{{- $REin := `\{\?(.)\}` -}}
|
||
|
{{- $REout := `$1` -}}
|
||
|
{{- return replaceRE $REin $REout . -}}
|