Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Nunjucks SnippetsNew to Visual Studio Code? Get it now.
Nunjucks Snippets

Nunjucks Snippets

luwenjiechn

|
16,835 installs
| (1) | Free
Nunjucks Snippets for Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Usages

Usage

Snippets

Prefix HTML Snippet Content
block {% block name %} {% endblock %}
njk {% %}
var {{ variable }}
extends {% extends "template" %}
include {% include "template" %}
filter {% filter filter %} {% endfilter %}
for {% for item in sequence %} {% endfor %}
asyncEach {% asyncEach item in sequence %} {% endeach %}
asyncAll {% asyncAll item in sequence %} {% endeach %}
if {% if condition %} {% endif %}
ife if else
ifel if elif
elif elif
else else
end {% endif %}
set set
macro macro
import import
from from import
raw raw
call call
var alt variable
super super
or or
pipe pipe
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft