Current: if a variable has html syntax in it e.g., `<span id="x"><br/></span>`, it needs to be used with the `safe` filter e.g., `{{ x | safe }}`. Suggestion: set default mode to safe so that the `safe` filter is not required Relevant nunjucks docs: 
Current: if a variable has html syntax in it e.g.,
<span id="x"><br/></span>, it needs to be used with thesafefilter e.g.,{{ x | safe }}.Suggestion: set default mode to safe so that the
safefilter is not requiredRelevant nunjucks docs:
