1
0
Fork 0
emacs-config/oni-html/snippets/html-mode/generic-block

8 lines
No EOL
120 B
Text

# -*- mode: snippet -*-
# name: Template Block
# key: %
# condition: pony-tpl-minor-mode
# --
{% $1 %}
$0
{% end$1 %}