Skip to content

Instantly share code, notes, and snippets.

@lauriii
Created May 26, 2015 13:09
Show Gist options
  • Save lauriii/df2880756bd651c6aaea to your computer and use it in GitHub Desktop.
Save lauriii/df2880756bd651c6aaea to your computer and use it in GitHub Desktop.
{% set string = '<script>alert("xss")</script>' %}
{% trans %}
Escaped: {{ string }}
{% endtrans %}
{% trans %}
Pass-through: {{ string|passthrough }}
{% endtrans %}
{% trans %}
Placeholder: {{ string|placeholder }}
{% endtrans %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment