{{ define "styles"}} {{ end }} {{ define "content" }}

{{ .Title }}

{{ .Content }}

{{ .Params.Subtitle }}

{{ range .Pages }}

{{ .Title }}

{{ .Content }}
{{ $img := resources.GetMatch (print .File.Dir "/illustration.*") }} {{ with $img }} {{- $jpeg := .Resize (printf "%dx%d jpeg" .Width .Height) }} {{- $webp := .Resize (printf "%dx%d webp picture" .Width .Height) }}
{{ .Permalink }}
{{ end }}
{{ end}}
{{ end }}