diff --git a/templates/cv-content.html b/templates/cv-content.html
index 51a4356..31b53f1 100644
--- a/templates/cv-content.html
+++ b/templates/cv-content.html
@@ -125,7 +125,7 @@
{{if .Responsibilities}}
{{range .Responsibilities}}
- - {{.}}
+ - {{. | safeHTML}}
{{end}}
{{end}}
@@ -183,7 +183,7 @@
{{if .Responsibilities}}
{{range .Responsibilities}}
- - {{.}}
+ - {{. | safeHTML}}
{{end}}
{{end}}
@@ -235,7 +235,7 @@
{{if .Responsibilities}}
{{range .Responsibilities}}
- - {{.}}
+ - {{. | safeHTML}}
{{end}}
{{end}}
@@ -291,7 +291,7 @@
{{if .Responsibilities}}
{{range .Responsibilities}}
- - {{.}}
+ - {{. | safeHTML}}
{{end}}
{{end}}