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}" %}