diff --git a/site/docs/templates.md b/site/docs/templates.md index 611e1b56..a4c79184 100644 --- a/site/docs/templates.md +++ b/site/docs/templates.md @@ -209,7 +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 %}. + {% raw %}{% include {{my_variable}} %}{% endraw %}.