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

8 lines
120 B
Text
Raw Permalink Normal View History

2019-08-28 08:25:50 +02:00
# -*- mode: snippet -*-
# name: Template Block
# key: %
# condition: pony-tpl-minor-mode
# --
{% $1 %}
$0
{% end$1 %}