diff --git a/features/include_tag.feature b/features/include_tag.feature index 66f9d4a6..3abff4c7 100644 --- a/features/include_tag.feature +++ b/features/include_tag.feature @@ -33,3 +33,16 @@ Feature: Include tags And I should see "
+
+ 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.
+
+