About Links with target=_blank
If you need to use a link that should open in a new window with target="_blank", always add rel="noopener noreferrer" to it:
<a href="{{ url }}" target="_blank" rel="noopener noreferrer">
{{ title }}
</a>
Otherwise the linked website can modify your website's window object by JavaScript.
Tips and Tricks Development Security Django 5.2 Django 4.2 Django 3.2 JavaScript HTML5
Also by me
Django Messaging
For Django-based social platforms.
Django Paddle Subscriptions
For Django-based SaaS projects.
Django GDPR Cookie Consent
For Django websites that use cookies.