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 write a slide puzzle game with Python and Pygame (2020 tutorial)

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

Introduction to multitasking with Python #001 multithreading (2020 tutorial)