diff --git a/layouts/partials/content.html b/layouts/partials/content.html
index bf067c6..fe257eb 100644
--- a/layouts/partials/content.html
+++ b/layouts/partials/content.html
@@ -1,5 +1,4 @@
{{ $size := .size | default "normal" -}}
-{{ $constrained := .constrained | default false -}}
-
+
{{ .content }}
\ No newline at end of file
diff --git a/layouts/partials/docs/article.html b/layouts/partials/docs/article.html
index 4936cee..b728553 100644
--- a/layouts/partials/docs/article.html
+++ b/layouts/partials/docs/article.html
@@ -31,7 +31,7 @@
- {{ partial "content.html" (dict "content" .Content "constrained" true) }}
+ {{ partial "content.html" (dict "content" .Content) }}