{{ define "stylesheet" }}{{ $scss := resources.Get "/_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 .NextInSection }}{{ if eq .Params.type "project" }}next project{{ end }}{{ if ne .Params.type "project" }}next article{{ end }} {{ .Title }}{{ end }}
{{ with .PrevInSection }}{{ if eq .Params.type "project" }}previous project{{ end }}{{ if ne .Params.type "project" }}previous article{{ end }} {{ .Title }}{{ end }}
{{ end }}