Files
libertytoolsio/themes/hugo-book.backup/layouts/_partials/docs/html-attrs.html

1 line
101 B
HTML
Raw Normal View History

{{- range $key, $value := . -}} {{- $key | htmlEscape -}}="{{- $value | safeHTMLAttr -}}" {{- end -}}