aboutsummaryrefslogtreecommitdiffstats
path: root/oni-twig/snippets/twig-mode/if
blob: a9385d9b233cbbf78764a75f3e764ed62db2ec04 (plain)
1
2
3
4
5
6
7
# -*- mode: snippet; require-final-newline: nil -*-
# name: if
# key: if
# --
{% if $1 %}
  $0
{% endif %}