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