A snippet of my template -
{% block content %}
{{ message.subject }}
{{ message.content }}
{% endblock %}
My message.content = " Check this out - /<a href="http://RigWave.In"> RigWave </a> "
If you want to render as HTML (as a link) like this -
" Check this out - RigWave "
[a href="http://RigWave.In"] RigWave [/a]and replace [] to <>? – JackLeo Mar 30 '11 at 16:34