Login

Snippets by megamark16

Snippet List

Decode HTML Template Tag

This is useful if you have a string that is html encoded (i.e. "<p>Hello world!</p>") and you want to do something more complex than just display it as html, such as using the striptags filter.

  • template
  • tag
  • django
  • templatetag
  • html
  • decode
Read More

megamark16 has posted 1 snippet.