{{- .Content -}}
{{ if eq .Params.vendor "software" }}
{{ partial "commercial-software.html" . }}
{{ end }}
{{ if eq .Params.vendor "isp" }}
{{ partial "commercial-isp.html" . }}
{{ end }}
{{ if eq .Params.vendor "hardware" }}
{{ partial "commercial-hardware.html" . }}
{{ end }}
{{ if eq .Params.vendor "consult" }}
{{ partial "commercial-consulting.html" . }}
{{ end }}
{{ if eq .Params.vendor "misc" }}
{{ partial "commercial-misc.html" . }}
{{ end }}
{{ if .GitInfo }}
{{ end }}
{{ i18n "last-modified" }}: {{ .GitInfo.AuthorDate | time.Format ":date_long" }} {{ i18n "by" }} {{ .GitInfo.AuthorName }}