{{- $title := partialCached "data/title" . .RelPermalink -}}
{{- $description := partialCached "data/description" . .RelPermalink -}}
{{- with .Params.locale -}}
{{- end -}}
{{- if .IsPage -}}
{{- range .Params.tags -}}
{{- end -}}
{{- end -}}
{{- if .IsPage -}}
{{- if not .Date.IsZero -}}
{{- end -}}
{{- if not .Lastmod.IsZero -}}
{{- end -}}
{{- else -}}
{{- if not .Site.Lastmod.IsZero -}}
{{- end -}}
{{- end -}}
{{ $image := partial "helper/image" (dict "Image" .Params.image "Resources" .Resources "Context" .) }}
{{- if $image -}}
{{- end -}}