Links
Comment on page

Rendering Topics

Rendering templates caveats.

Nunjucks

  • Use the safe filter to pass already rendered content, e.g.: {{ value | safe }}. Documentation.
  • To render a JSON value in scripts: {{ value | json | safe }}.