How to output raw html tags in Django template 2020 tutorial

 


safe

Marks a string as not requiring further HTML escaping prior to output. When autoescaping is off, this filter has no effect.

Comments

Popular posts from this blog

How to create a memory puzzle game with Python and Pygame (#005)

The "Big-Oh" Notation (Data Structure and Algorithms in Python #1002)

Asymptotic Analysis (Data Structure and Algorithms in Python #1001)