diff --git a/layouts/partials/sidebar/right.html b/layouts/partials/sidebar/right.html
index bcbd0f0..d2a6ae8 100644
--- a/layouts/partials/sidebar/right.html
+++ b/layouts/partials/sidebar/right.html
@@ -7,7 +7,7 @@
{{ partial (printf "widget/%s" .type) (dict "Context" $context "Params" .params) }}
{{ else }}
{{ warnf "Widget %s not found" .type }}
- {{ end}}
+ {{ end }}
{{ end }}
{{ end }}
\ No newline at end of file