8 lines
120 B
Text
8 lines
120 B
Text
|
# -*- mode: snippet -*-
|
||
|
# name: Template Block
|
||
|
# key: %
|
||
|
# condition: pony-tpl-minor-mode
|
||
|
# --
|
||
|
{% $1 %}
|
||
|
$0
|
||
|
{% end$1 %}
|