Add explicit modeline to Django template test file

Makes sure that Neovim does not interpret the Django template as being
Jinja.
This commit is contained in:
HiPhish 2024-06-14 01:32:03 +02:00
parent c5b3067601
commit 5c9660801c

View file

@ -24,3 +24,5 @@
<hr />
</div>
{% endblock %}
{# vim: set ft=htmldjango: #}