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

{{ if eq .Params.type "project" }}latest update: {{ .Date.Format "2. January 2006" }}{{ end }} {{ if ne .Params.type "project" }}{{ .Date.Format "2. January 2006" }}{{ end }} {{ with .Params.author }}by {{ end }}{{ .Params.author }}

{{ .Title }}

{{ with .Params.featured_image }} {{ end }} {{ .Content }}
{{ with .PrevInSection }}

{{ .Title }}

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

{{ with .Description }}

{{ . }}

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

{{ .Title }}

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

{{ with .Description }}

{{ . }}

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