diff --git a/site/docs/templates.md b/site/docs/templates.md
index 7cf2a865..67b30123 100644
--- a/site/docs/templates.md
+++ b/site/docs/templates.md
@@ -209,9 +209,7 @@ root of your source directory. This will embed the contents of
The name of the file you wish to embed can be literal (as in the example above),
or you can use a variable, using liquid-like variable syntax as in
- {% raw %}{% include {{my_variable}} %}{% endraw %}
.
-
- Note that unlike usual liquid variable syntax, you cannot have spaces inside the curly braces.
+ {% raw %}{% include {{ my_variable }} %}{% endraw %}
.