mirror of
https://github.com/ConjureETS/site-2015.git
synced 2026-03-24 04:21:23 +00:00
6 lines
108 B
Python
6 lines
108 B
Python
from django.shortcuts import render
|
|
|
|
|
|
def index(request):
|
|
return render(request, 'blog/index.html', {})
|