{{- if ( not .Params ) -}} {{- errorf "No params provided for blockquote" -}} {{- end -}}
{{ .Inner | markdownify | safeHTML }}
{{- if .Params.ibid -}} Ibid. {{- else -}} {{- .Params.source -}} {{- if .Params.title -}}, {{- partial "cite.html" . -}} {{- if .Params.titleSeries }} ( {{- .Scratch.SetInMap "Params" "title" .Params.titleSeries -}} {{- .Scratch.SetInMap "Params" "titleLang" .Params.titleSeriesLang -}} {{- .Scratch.SetInMap "Params" "titleTr" .Params.titleSeriesTr -}} {{- .Scratch.SetInMap "Params" "cite" .Params.citeSeries -}} {{- .Scratch.SetInMap "Params" "schematype" .Params.schemaTypeSeries -}} {{- .Scratch.Set "parentCite" ( .Scratch.Get "Params" ) -}} {{- partial "cite.html" ( .Scratch.Get "parentCite" ) -}} {{- with .Params.numberSeries }}, {{ . | safeHTML -}}{{- end -}} ){{- end -}} {{- end -}} {{- end -}}