from django.shortcuts import render def index(request , *args, **kwargs): return render(request, 'infoscreen_index.html',{})