From c02846a1e73acdf5a287c25870254a09ca2f88ec Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 7 Oct 2013 13:47:38 -0300 Subject: [PATCH] extends --- snippets/htmldjango.snippets | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snippets/htmldjango.snippets b/snippets/htmldjango.snippets index 5e837d0..be93834 100644 --- a/snippets/htmldjango.snippets +++ b/snippets/htmldjango.snippets @@ -28,3 +28,5 @@ snippet call {% call ${1:macro}(${2:params}) %} ${3:{% content %}} {% endcall %} {# $1 #} +snippet extends + {% extends "${1:file}" %}