[Django]-How to display a quote in django template

6👍

✅

Try default django template tag safe. This can be used as follows:

{{your_date|safe}}

0👍

If you’re passing data to JavaScript, use json.

Leave a comment