Ctrl+P
This extension provides support for the Tundra template syntax.
Tundra is a small, fast, customizable and easy to use template engine for Nodejs. It perfectly integrates with any back-end made in Js, even pure Nodejs.
{{ print_variable }} {! print_variable_without_escaping_it !} {# comment #} {% var code_inside_this_tags = true %} ~{{ escape_template_tags }} @require(imported_view.html) @spread(hello) {[ spread hello ]} {[ endspread ]} @extends(parent_view.html) {[ block name ]} {[ parent block_name ]} {[ endblock ]}