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

{{ .Params.heading }}

{{.Params.subheading}}
{{ .Content }}
{{ range .Pages }}

{{ .Title }}

{{ with .Params.activetime }}{{ . }}{{ end }} {{ with .Params.status }}{{ . }}{{ end }}

{{ with .Description }}

{{ . }}

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