{{ partial "meta" . }} {{ $incidents := where .Site.RegularPages "Params.section" "issue" }} {{ $active := where $incidents "Params.resolved" "=" false }} {{ $isNotice := where $active "Params.severity" "=" "notice" }} {{ $isDisrupted := where $active "Params.severity" "=" "disrupted" }} {{ $isDown := where $active "Params.severity" "=" "down" }}
{{ partial "header" . }}{{ .Title }}
{{ .Content | safeHTML | truncate 500 "…" }}{{ T "noIncidentsDesc" }}
{{ else }} {{ $paginator := .Paginate $incidents .Site.Params.incidentPostsPerPage }} {{ range $paginator.Pages }} {{ .Render "small" }} {{ end }} {{ if gt $paginator.TotalPages 1 }}