# -*- coding: utf-8 -*- # vi:si:et:sw=4:sts=4:ts=4 from django.shortcuts import render def index(request): return render(request, 'index.html', {})