from django.shortcuts import render_to_response

def index(request):
    return render_to_response('index.html')

# vi:tabstop=4:expandtab:autoindent