# -*- mode: snippet -*-
# name: block
# key: block
# expand-env: ((yas-indent-line 'fixed))
# group: control structure
# --
_block
	$0
_endblock
