{{ define "main" }}
{{ if .Site.Params.version.dialog }}
{{ partial "dialog.html" . }}
{{ end }}
{{ .Summary }}
{{ if .Site.Params.version.notice }}
{{ with .Site.Params.version.changelog }}
{{ with $.Site.GetPage . }}
{{ .Title }}
{{ end }}
{{ end }}
{{ end }}
Latest post
{{ range ( where .Site.RegularPages "Type" "posts" | first 1 ) }}
{{ partial "card.html" . }}
{{ end }}
Latest review
{{ range ( where .Site.RegularPages "Type" "reviews" | first 1 ) }}
{{ partial "card.html" . }}
{{ end }}