{{- $itemprop := "mentions" -}}
{{- with .Get "itemprop" -}}
	{{- $itemprop = . -}}
{{- end -}}
<figure itemprop="{{ $itemprop }}"{{ with .Get "id" }} id="{{ . }}" tabindex="-1"{{ end }} itemscope="" itemtype="https://schema.org/Quotation">
{{ .Inner | markdownify }}
</figure>