1" Vim filetype plugin file
2" Language:	Django HTML template
3" Maintainer:	Dave Hodder <dmh@dmh.org.uk>
4" Last Change:	2007 Jan 25
5
6" Only use this filetype plugin when no other was loaded.
7if exists("b:did_ftplugin")
8  finish
9endif
10
11" Use HTML and Django template ftplugins.
12runtime! ftplugin/html.vim
13runtime! ftplugin/django.vim
14