if 109 B

1234567
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : if
  3. #key : if
  4. # --
  5. {% if $1 %}
  6. $0
  7. {% endif %}