# -*- mode: snippet -*-
# contributor: João Diogo Duarte
# name: if
# key: if
# --
if ($1) {

}