1
0
Fork 0
emacs-config/oni-twig/snippets/twig-mode/blk

7 lines
116 B
Text
Raw Normal View History

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