# -*- mode: snippet -*-
# name: if (...) { ... }
# key: if
# uuid: if
# --
if ($1) {
    `%`$0
}