[Answered ]-How to perform html markups on site in Django 12 December 2023 by thecoderscamp.com 2👍 ✅ On your template file use the safe filter like this: <h1>{{post.title | safe}}</h1> 👤Or Duan [Answered ]-Django on EC2 security group fo postgresql on RDS Source:stackexchange.com