<!-- See http://www.sublimetext.com/docs/snippets for more information -->
<snippet>
    <content><![CDATA[{% static '${1:$SELECTION}' %}]]></content>
    <tabTrigger>static</tabTrigger>
    <scope>text.html.django</scope>
    <description>static</description>
</snippet>
