{{- $rel := "" -}} {{- $external := false -}} {{- $class := "" -}} {{- if ne .Card true -}} {{- with .Icon -}} {{- partial "plugin/icon.html" . }} {{ end -}} {{- with .Content -}} {{- . | safeHTML -}} {{- end -}} {{- if (.ExternalIcon | default false) | and $external | and (eq (hasPrefix .Content ``) | or (strings.HasSuffix .Content `):`)) false) -}} {{- if .Download -}} {{- dict "Class" "fas fa-cloud-download-alt fa-fw ms-1" | partial "plugin/icon.html" -}} {{- else -}} {{- dict "Class" "fas fa-external-link-alt fa-fw fa-xs ms-1" | partial "plugin/icon.html" -}} {{- end -}} {{- else if .Download }} {{- dict "Class" "fas fa-download fa-fw ms-1" | partial "plugin/icon.html" -}} {{- end -}} {{- else -}} {{- with .Icon -}} {{- partial "plugin/icon.html" . }} {{ end -}} {{- with .Content -}} {{- . | safeHTML -}} {{- end -}} {{- .Destination | safeURL -}} {{- if .Download -}} {{- else -}} {{- end -}} {{- end -}}