# -*- mode: snippet -*-
# -*- coding: utf-8 -*-
# name: if
# key: if
# --
(if $1
  $2$>
  $3)$>
$0