snipt/views.py

6 lines
100 B
Python

from annoying.decorators import render_to
@render_to('home.html')
def home(request):
return {}