django safe code example
Example: |safe django
# Marks a string as not requiring further HTML escaping prior to output.
# When autoescaping is off, this filter has no effect.
{{ var|safe }}
# Marks a string as not requiring further HTML escaping prior to output.
# When autoescaping is off, this filter has no effect.
{{ var|safe }}