{{ if transform.CanHighlight .Type }} {{/* Supported Chroma Language*/}}
{{ with .Attributes.title }}
{{ . }}
{{ end }}
  
  {{- with transform.HighlightCodeBlock . -}}
    {{ .Inner }}
  {{- end -}}
  
{{ else }} {{/* Unsupported Language */}}
{{ with .Attributes.title }}
{{ . }}
{{ end }}
{{ .Inner }}
{{ end }}