1👍
The text’s color in sublime depends on the selected language you’re editing, for Django Template Language, you need a plug-in, it does not matters.
I think you’re missing the last ‘"
‘, it should be:
<a href="{% url 'cars' %}">Click to go to Cars</a>
Source:stackexchange.com