summaryrefslogtreecommitdiffstats
path: root/.emacs.d/snippets/html-mode/generic-block
blob: 82d40c71f524e4aae1f65a49b6d670b74d1b6af4 (plain)
1
2
3
4
5
6
7
8
# -*- mode: snippet -*-
# name: Template Block
# key: %
# condition: pony-tpl-minor-mode
# --
{% $1 %}
   $0
{% end$1 %}