Fix syntax issue on Templates page with `include` example.

Fixes #2256 for the time being.
This commit is contained in:
Parker Moore 2014-04-24 14:08:33 -04:00
parent d379e3c012
commit 7ef857a0bc
1 changed files with 1 additions and 1 deletions

View File

@ -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
<code>{% raw %}{% include {{ my_variable }} %}{% endraw %}</code>.
<code>{% raw %}{% include {{my_variable}} %}{% endraw %}</code>.
</p>
</div>