Jinja templates

Hi

Is there any plan to support jinja templates?

Another question would be: how I force an HTML file to be rendered as Django template without having to setup Django support?

Thanks

0
Avatar
Permanently deleted user
0

Hello Esteban,

Another question would be: how I force an HTML file to be rendered as

Django template without having to setup Django support?

There's currently no possibility for that. You don't really need to "set

up" Django support: if the checkbox is enabled, .html files are treated as

Django templates even if all of the other stuff like settings.py is missing.

--

Dmitry Jemerov

Development Lead

JetBrains, Inc.

http://www.jetbrains.com/

"Develop with Pleasure!"

0

请先登录再写评论。