We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7508387 commit 4ad13fbCopy full SHA for 4ad13fb
README.md
@@ -67,8 +67,15 @@ available in your templates, e.g. `<%= this.somePropery %>`.
67
Character used inside of angle brackets marking opening/closing tags.
68
Defaults to `'%'`, as in `<%= some.variable %>`.
69
70
-**Note:** The EJS `filename` option is set automatically, so you may
71
-include partials relative to your template files.
+## Includes
+
72
+The EJS `filename` option is set automatically, so you may include partials
73
+relative to your template files. If you want your included files to
74
+automatically recompile in **watch mode**, be sure to use the following syntax:
75
76
+```
77
+<% include some/file %>
78
79
80
## License
81
0 commit comments