You could run .Content
through replaceRE
(and safeHTML
):
{{ .Content | replaceRE "<p>" "<p class=\"mb4 px3\">" | safeHTML }}
You could run .Content
through replaceRE
(and safeHTML
):
{{ .Content | replaceRE "<p>" "<p class=\"mb4 px3\">" | safeHTML }}