{{ define "main" }} {{ with .Params.banner }}

{{ .title | markdownify }}

{{ .content | markdownify }}

{{ with .button }} {{ if .enable }} {{ .label }} {{ end }} {{ end }}
{{ partial "image" (dict "Src" .image "Alt" "Banner image" "Loading" "eager" "Class" "mx-auto lg:!max-w-[800px]" "DisplayXL" "800x" ) }}
{{ end }}

Consortium

{{ range $i, $e := .Params.features3 }}
Image
{{ .title | markdownify }}

{{ .content | markdownify }} {{ with .button }} {{ if .enable }} Read more {{ end }} {{ end }}

{{ end }}
{{ range $i, $e:= .Params.features }}
{{ partial "image" (dict "Src" .image "Alt" "feature image" "DisplayXL" "520x" "DisplayLG" "425x" "DisplayMD" "360x") }}

{{ .title | markdownify }}

{{ .content | markdownify }}

    {{ range .bulletpoints }}
  • {{ . | markdownify }}
  • {{ end }}
{{ with .button }} {{ if .enable }} {{ .label }} {{ end }} {{ end }}
{{ end }}

Fediverse Explained

{{ range $i, $e := .Params.features2 }}
Image

{{ .title | markdownify }}

{{ .content | markdownify }}

{{ with .button }} {{ if .enable }} {{ .label }} {{ end }} {{ end }}
{{ end }}



{{ if gt (len (where .Site.RegularPages "Section" "blog")) 0 }}
    {{ if gt (len (where .Site.RegularPages "Section" "events")) 0 }}

    Upcoming Events

      {{ range (first 5 (where .Site.RegularPages "Section" "events").ByDate.Reverse) }}

    • {{ end }}
    {{ end }}
    {{ if gt (len (where .Site.RegularPages "Section" "blog")) 0 }}

    Latest News

      {{ range (first 5 (where .Site.RegularPages "Section" "blog").ByDate.Reverse) }}

    • {{ end }}
    {{ end }}
{{ end }} {{ end }}