# -*- mode: snippet -*-
# name: begin ... end
# key: block
# --
begin
    $0
end
