Thanks Guy, I understand. I guess if I’m going to include instructions to add a template variable, I might as well just do that with the include.
One quick question. Is it possible to reference an Include file (located in a module), without having to move the file to the app/templates/vendor_name/module_name/templates/Includes/... directory?
For example, in say app/templates/Page.ss
<% include vendor_name/module_name/templates/test_include_file %> ?