Julio Biason
12 years ago
2 changed files with 18 additions and 0 deletions
@ -0,0 +1,16 @@
|
||||
snippet for |
||||
{% for ${1:record} in ${2:list} %} |
||||
${3:{# content #}} |
||||
{% endfor %} |
||||
snippet if |
||||
{% if ${1:condition} %} |
||||
${2:{# content #}} |
||||
{% endif %} |
||||
snippet block |
||||
{% block ${1:blockname} %} |
||||
${2:{# content #}} |
||||
{% endblock $1 %} |
||||
snippet macro |
||||
{% macro ${1:name}(${2:params}) %} |
||||
${3:{# content #}} |
||||
{% endmacro %} |
Loading…
Reference in new issue