{{ define "main" }}

Year Page Layout

{{ with .Params.banner }}
{{ with .bg_img }} {{ $res := resources.Get .img }}
{{ end }}
{{ with .transition }} {{ if .end }}
{{ end }} {{ if .end_dark }} {{ end }} {{ end }}
{{ end }} {{ partial "components/features.html" . }} {{ with site.GetPage "sections/testimonial" }} {{ if .Params.enable }}

{{ .Title | markdownify }}

{{ .Params.description | markdownify }}

{{ range .Params.testimonials }}
{{ .content | markdownify }}
{{ partial "image" (dict "Src" .avatar "Size" "50x50" "Class" "rounded-full" "Alt" .name) }}

{{ .name }}

{{ .designation | markdownify }}

{{ end }}
{{ end }} {{ end }} {{ end }}