Emmet HTML Template

<!--if emmet is not working in django template it may be because of
django extension you have already installed, to fix this, follow steps:
1.either use (ctl+,) (setting shortcut), or go to settings .
2.look for django configuration extension,then tap on edit in setting.json
3. "emmet.includeLanguages": {"django-html": "html"}    ....copy this in setting.json
4.Done, now go to django template and press !+tab(button).

->
Elated Eagle