Atom support for Tornado Templates
Atom support for Tornado HTML templates. Originally forked from atom-django-templates.
How it works?
This extension supports Emmet (as the one I copied from), this will make your Tornado templating so easy:
if you want :
-
{% if something %} {% end %}you just hitifand hitTablike you do while you work on Emmet. -
For variables, just hit
xand you will get{{ }} -
For expressions, just make
exprand you will get{% %} -
For other syntaxes, you just hit the word you want, for example
extendsand you will get{% extends "" %}.
Thanks for the original guy who made this extension, that made me love Atom and made it as my favorite Editor.