{{ define "content" }}

{{ .Title }}

{{/* $home := .Site.Home }}
    {{ template "section-tree-nav" $home }}
{{ define "section-tree-nav" }} {{ range .Sections.Reverse}}
    • {{ range .Pages }}
    • {{ . }}
    • {{ end }}
        {{ template "section-tree-nav" . }}
  • {{ end }} {{ end */}} {{ if eq .Section "head" }}
    Business function
    {{ $.Param "business_functions" }}
    Assigned to
    {{ .Params.assignedto }}
    {{ if isset .Params "complete" }}
    Progress
    {{ ( .Params.complete | strings.TrimRight "%" ) }}/100 {{ ( .Params.complete | strings.TrimRight "%" ) }}%
    {{ end }}
    {{ end }} {{ .Content }}
    {{ end }} {{ define "footer" }} {{ end }}