from django.shortcuts import render_to_response def experiment_view(request): return render_to_response('experimentview.html')