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

{{ .Title }}

{{ if eq .Params.type "project" }}

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

{{ end }} {{ if ne .Params.type "project" }}

{{ .Date.Format "2 January 2006" }} {{ with .Params.author }}by {{ .Params.author }}{{ end }}

{{ end }} {{ with .Description }}

{{ . }}

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