{{ define "main" }} {{ if .Menus }} {{ end }}

{{ trim .Title " " }}

Project info

Project site
{{ .Params.name }}
{{ if isSet .Params "author" }}
Creator
{{ if isSet .Params "authorurl" }}
{{ .Params.author }}
{{ else }}
{{ .Params.author }}
{{ end }} {{ end }} {{ if isSet .Params "maintainers" }}
Maintainers
{{ range $maintainer := .Params.maintainers }} {{ if isSet $maintainer "URL" }}
{{ $maintainer.name }}
{{ else }}
{{ $maintainer.name }}
{{ end }} {{ end }} {{ end }}
Status
{{ .Params.projectStatus }}
{{ .Content }}
{{ if eq .Params.projectStatus "dead" }}

The project is currently dead. You can fork it if you find it helpful.

{{ else }}

The development of project is {{.Params.projectStatus}}. You can help this project by contributing code, finding new issues, suggesting new features, or donation.

{{ end }}
{{ partial "postInfo.html" . }}
{{ if and (.Site.Params.paginationSinglePost) (ne .Type "page") }} {{ partial "paginationPost.html" . }} {{ end }} {{ partial "custom-webring.html" }} {{ end }}