django - Creating a shortcut - Atom -


i need use shortcut creates {% %} in html file. use emmet doesn't support kind of syntax. know other packages allows or how create shortcut this?

you can create own custom snippets django. there used package zen coding (the predecessor emmet), since snippets no longer stored in xml json (and new format simpler!) yet, use reference create own snippets.

alternatively, take @ non-emmet django snippets.


Comments

Popular posts from this blog

How to use SUM() in MySQL for calculated values -

loops - Spock: How to use test data with @Stepwise -