dotfiles/emacs/.emacs.d/snippets/twig-mode/blk
2016-11-24 21:41:10 +01:00

7 lines
No EOL
116 B
Text

# -*- mode: snippet; require-final-newline: nil -*-
# name: block
# key: blk
# --
{% block $1 %}
$0
{% endblock %}