I use emacs when working with Django. .py files work great with Python-mode, .js files work great with js2-mode, .djhtml (templates) work great with django-html-mode -- except for Javascript blocks which aren't auto-indented nor highlighted.
Does anyone know of a way to get syntax-highlighting for Javascript blocks in Django templates in emacs?