summaryrefslogtreecommitdiffstats
path: root/.emacs.d/snippets/html-mode/block
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/html-mode/block')
-rw-r--r--.emacs.d/snippets/html-mode/block7
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.d/snippets/html-mode/block b/.emacs.d/snippets/html-mode/block
new file mode 100644
index 0000000..6510011
--- /dev/null
+++ b/.emacs.d/snippets/html-mode/block
@@ -0,0 +1,7 @@
+# -*- mode: snippet; require-final-newline: nil -*-
+# name: block
+# key: block
+# --
+{% block $1 %}
+ $0
+{% endblock %} \ No newline at end of file