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