{{ define "main" }} {{ $p := .Params }}
TheAfriForge

{{ .Title }}

{{ with $p.description }}

{{ . }}

{{ end }}
{{ range $p.hero.metrics }}

{{ .value }}

{{ .label }}

{{ end }}

{{ $p.portfolio.tag }}

{{ $p.portfolio.title }}

{{ $p.portfolio.intro }}

{{ range $p.portfolio.items }} {{ $status := lower .status }} {{ $statusClass := "bg-slate-100 text-slate-700" }} {{ if eq $status "production" }} {{ $statusClass = "bg-green-100 text-green-800" }} {{ else if eq $status "incubation" }} {{ $statusClass = "bg-amber-100 text-amber-800" }} {{ else if eq $status "research" }} {{ $statusClass = "bg-sky-100 text-sky-800" }} {{ else if eq $status "recherche" }} {{ $statusClass = "bg-sky-100 text-sky-800" }} {{ end }}
{{ .status }} {{ partial "icon.html" .icon }}

{{ .name }}

{{ .text }}

{{ $p.portfolio.impactLabel }}: {{ .impact }}

{{ $p.portfolio.stackLabel }}: {{ .stack }}

{{ .cta }}
{{ end }}

{{ $p.roadmap.title }}

{{ $p.roadmap.intro }}

{{ range $p.roadmap.items }}

{{ .period }}

{{ .title }}

{{ .text }}

{{ end }}

{{ $p.selection.title }}

{{ $p.selection.intro }}

{{ range $p.selection.items }}
{{ partial "icon.html" .icon }}

{{ .title }}

{{ .text }}

{{ end }}

{{ $p.call.title }}

{{ $p.call.text }}

{{ $p.call.cta }}
{{ end }}