{{ if and .Params.support .Params.support.level }} {{- $style := .Params.callout | default "caution" }} {{- $title := .Params.title | default "Guide Support Level" }}
{{ if eq $style "danger" }} {{ else if eq $style "caution" }} {{ else if eq $style "tip" }} {{ else if eq $style "note" }} {{ end -}}

{{ $title }}

{{ if .Params.support.integration }} {{ partial "authelia/support-integration" . -}} {{ else }} {{ partial "authelia/support-general" . -}} {{ end -}} {{ if .Params.support.integration }} {{ if .Params.support.versions }}

Important Note: This documentation is version specific. Make sure you check the section outlining the tested versions.

{{ end -}}

Important Note: We always recommend users read the third-party documentation as part of the integration process to ensure configuration elements matches their needs. As such the See Also section is likely to have important links.

{{ end -}}

Important Note: If you find an error in this documentation please make a Pull Request, start a Discussion, or contact us on a Chat Room.

{{ end -}}