Last active
May 12, 2024 00:03
-
-
Save uncenter/c30881fcfe05a9955ddfb375ec52ec9b to your computer and use it in GitHub Desktop.
List of keywords in the https://mozilla.github.io/nunjucks/ language.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if | |
endif | |
for | |
endfor | |
asyncEach | |
endeach | |
asyncAll | |
endall | |
macro | |
endmacro | |
set | |
endset | |
extends | |
block | |
endblock | |
include | |
import | |
raw | |
endraw | |
verbatim | |
endverbatim | |
filter | |
endfilter | |
call | |
endcall | |
abs | |
batch | |
capitalize | |
center | |
default | |
dictsort | |
dump | |
escape | |
first | |
float | |
forceescape | |
groupby | |
indent | |
int | |
join | |
last | |
length | |
list | |
lower | |
nl2br | |
random | |
reject | |
rejectattr | |
replace | |
reverse | |
round | |
safe | |
select | |
selectattr | |
slice | |
sort | |
string | |
striptags | |
sum | |
title | |
trim | |
truncate | |
upper | |
urlencode | |
urlize | |
wordcount |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment