summaryrefslogtreecommitdiffstats
path: root/emacs/snippets/html-mode/for
blob: 01d9c44dced422079c3376cf1ff9e1b80dfa7aac (plain)
1
2
3
4
5
6
7
8
# -*- mode: snippet -*-
# name: for
# key: for
# condition: pony-tpl-minor-mode
# --
{% for $1 in $2 %}
  $0
{% endfor %}