diff --git a/taiga-help/layouts/_default/list.html b/taiga-help/layouts/_default/list.html
index d66c0b7..9eee98a 100644
--- a/taiga-help/layouts/_default/list.html
+++ b/taiga-help/layouts/_default/list.html
@@ -2,6 +2,6 @@
This is the default list template
{{ range .Pages }}
-
{{.Title}}
+ {{.Title}}
{{ end }}
{{ end }}
\ No newline at end of file
diff --git a/taiga-help/layouts/contributions/list.html b/taiga-help/layouts/contributions/list.html
index a0b9c41..dab86c5 100644
--- a/taiga-help/layouts/contributions/list.html
+++ b/taiga-help/layouts/contributions/list.html
@@ -9,7 +9,7 @@ Diferent md for each Card:
{{ end }}
{{ end }}
{{ else }}
- {{.Title}}
+ {{.Title}}
{{ end }}
{{ end }}
diff --git a/taiga-help/layouts/index.html b/taiga-help/layouts/index.html
index c880e7e..f33b343 100644
--- a/taiga-help/layouts/index.html
+++ b/taiga-help/layouts/index.html
@@ -1,5 +1,5 @@
{{ partial "header.html" }}
Homepage template
{{ range .Pages }}
- {{.Title}}
+ {{.Title}}
{{ end }}