legacy-dotfiles/emacs/.emacs.d/snippets/twig-mode/blk

7 lines
116 B
Text
Raw Normal View History

2015-11-21 23:34:32 +01:00
# -*- mode: snippet; require-final-newline: nil -*-
# name: block
# key: blk
# --
{% block $1 %}
$0
{% endblock %}