blob: 88809a1a5e2cdc59acf2f2ea932cab864a10b59a (
plain)
1
2
3
4
5
6
7
8
9
|
{{- $attributes := .Attributes }}
{{- $class := printf "book-hint %s" ($.AlertType | lower) }}
{{- if isset $attributes "class" }}
{{ $class = printf "%s %s" $class (index $attributes "class") }}
{{ end -}}
{{- $attributes = merge $attributes (dict "class" $class) }}
<blockquote {{ range $key, $value := $attributes }}{{printf "%s='%s'" $key $value | safeHTMLAttr}}{{ end }}>
{{ .Text }}
</blockquote>
|
; all rights regarding Text and Data Mining (TDM) are reserved.