within my django app I am storing strings of html in the db that will then be displayed on the users\' home pages as \"messages\". Some of these messages contain forms, but not
The way to use it, is to use it directly in the templates.
From the documentation,:
{% csrf_token %}
is all you have to include.