www/themes/LoveIt/layouts/partials/function/escape.html
2020-05-28 14:55:57 +02:00

5 Zeilen
147 B
HTML

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