{{ define "main" }} {{ $p := .Params }} {{ $privacyPath := cond (eq .Site.Language.Lang "fr") "politique-confidentialite" "privacy-policy" }} {{ $formAction := or (getenv "HUGO_MEMBERSHIP_FORM_ACTION") .Site.Params.membershipFormAction $p.form.action }} {{ $defaultSuccessPath := cond (eq .Site.Language.Lang "fr") "devenir-membre" "become-member" }} {{ $successPath := or (getenv "HUGO_MEMBERSHIP_FORM_SUCCESS_PATH") .Site.Params.membershipFormSuccessPath $defaultSuccessPath }} {{ $formbricksHost := getenv "HUGO_FORMBRICKS_API_HOST" }} {{ $formbricksEnv := getenv "HUGO_FORMBRICKS_ENV_ID" }} {{ $formbricksEvent := or (getenv "HUGO_FORMBRICKS_EVENT") "membership_form_submitted" }} {{ $formbricksSdkURL := or (getenv "HUGO_FORMBRICKS_SDK_URL") "https://form.theafriforge.com/js/formbricks.umd.cjs" }}
TheAfriForge

{{ .Title }}

{{ with $p.description }}

{{ . }}

{{ end }}

{{ $p.value.title }}

{{ $p.value.intro }}

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

{{ .title }}

{{ .text }}

{{ end }}

{{ $p.membership.title }}

{{ $p.membership.intro }}

{{ range $p.membership.items }}

{{ .title }}

{{ .text }}

    {{ range .expectations }}
  • {{ . }}
  • {{ end }}
{{ end }}

{{ $p.process.title }}

{{ range $index, $item := $p.process.steps }}
{{ add $index 1 }}

{{ .title }}

{{ .text }}

{{ with .delay }}

{{ . }}

{{ end }}
{{ end }}

{{ $p.form.title }}

{{ $p.form.intro }}

{{ end }}