{{ define "main" }}
{{ partial "breadcrumb" . }} {{ partial "banner" . }} {{ if .Page.Params.bootstrap }}

Bootstrap 5 {{ .Title | markdownify | title }}

{{ .Title | markdownify }}

{{ else }}

{{ .Title | markdownify }}

{{ end }}

{{ .Page.Params.Description | markdownify }}

{{ partial "ads" . }} {{ if .Page.Params.other_frameworks }}

Other frameworks

CoreUI components are available as native Angular, React, and Vue components. To learn more please visit the following pages.

    {{ $components := split $.Page.Params.other_frameworks ", " }} {{ range $component, $value := .Site.Data.other_frameworks }} {{ if in $components $component }} {{ range $framework, $url := $value }} {{ if ne $framework "bootstrap" }}
  • {{ humanize $framework }} {{ humanize $component | title }}
  • {{ end }} {{ end }} {{ end }} {{ end }}
{{ end }}
{{ if (eq .Page.Params.toc true) }}
On this page
{{ .TableOfContents }}
{{ end }}
{{ if .Page.Params.sections }}
{{ range .Page.Params.sections }} {{ end }}
{{ end }} {{ .Content }}
{{ end }} {{ define "footer" }} {{ range .Page.Params.extra_js -}} {{- end -}} {{ end }}