Files
hugo/tpl
Bjørn Erik Pedersen 09048aad76 Fix partial decorator detection in partial with blocks with outer range break or continue
E.g.:

```handlebars
{{- $items := slice "a" "b" "c" }}
  {{- range $items }}
    {{- with partial "b" . -}}
	 {{break}}
	{{- else }}
	  else: {{ . -}}
	{{- end }}
  {{- end }}
 ```

Fixes #14333
2026-01-01 18:05:10 +01:00
..
2023-02-25 19:53:18 +01:00
2025-12-22 17:49:44 +01:00
2023-02-25 19:53:18 +01:00
2025-11-05 21:05:42 +01:00
2025-12-30 16:00:19 +01:00
2025-01-05 15:32:21 +01:00