2024-10-11 16:45:40 +02:00

5 lines
108 B
Go Template

{{- $ret := false }}
{{- if hasPrefix .Path "/_relearn" }}
{{- $ret = true }}
{{- end }}
{{- return $ret }}