1👍
✅
Your current syntax is correct according to the Django docs, double check that title
has the value you think it does.
==
operator
Equality. Example:
{% if somevar == "x" %}
This appears if variable somevar equals the string "x"
{% endif %}
Source:stackexchange.com