{{ define "stylesheet" }}{{ $sass := resources.Get "scss/index.scss" }}{{ $style := $sass | resources.ToCSS }} {{ end }} {{ define "main" }}

{{ .Params.heading }}

{{.Params.subheading}}
{{.Content}}
{{ range first 3 (where .Site.RegularPages "Type" "post") }}

{{ .Title }}

{{ .Date.Format "2 January 2006" }}

{{ with .Description }}

{{ . }}

{{ end }} {{ with .Params.featured_image }} {{ end }}
{{ end }}
{{ end }}