Skip to content

Commit

Permalink
edited documentation for include tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Nazarenus committed Dec 19, 2013
1 parent 10ee83d commit 412fe8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions site/docs/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<code>{% raw %}{% include {{my_variable}} %}{% endraw %}</code>.

Note that unlike usual liquid variable syntax, you cannot have spaces inside the curly braces.
<code>{% raw %}{% include {{ my_variable }} %}{% endraw %}</code>.

</p>
</div>
Expand Down

0 comments on commit 412fe8b

Please sign in to comment.