Is your feature request related to a problem? Please describe.
Some files should just not be templated (think bash scripts). I know I can add {% raw %} ... {% endraw %} to every file.
Describe the solution you'd like
Maybe add another option to settings, like
Is your feature request related to a problem? Please describe. Some files should just not be templated (think bash scripts). I know I can add
{% raw %} ... {% endraw %}
to every file.Describe the solution you'd like Maybe add another option to settings, like
Defaulting that option to
true
is the right approach for backwards compat and feels right.Describe alternatives you've considered none.