# -*- mode: snippet -*-
# name: ife
# key: ife
# --
if ${1:cond}
then ${2:stuff}
else ${3:other}
fi
$0