RFE: implement new include_raw jinja tag

Users hit issues with new

{% include 'foo' %}

tag when including bash scripts which can contain jinja control strings, for example ${#array[@]} contains jinja comment control string {# etc.

To prevent unwanted templating, new

{% include_raw 'foo' %}

tag should be introduced to load raw file contents without jinja templating.

Edited by Jakub Ružička